Eventum Logo

Eventum

PreviewNameVersatile datetimeNormalize

Normalize Versatile Datetime

Normalize versatile date time expression

POST
/preview/{name}/versatile-datetime/normalize

Path Parameters

name*Name

Name of the generator directory

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/preview/string/versatile-datetime/normalize" \  -H "Content-Type: application/json" \  -d '{    "timezone": "string"  }'
"string"
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}