Query parameters
-
name of file
Minimum length is
0
, maximum length is128
. Format should match the following pattern:[a-zA-Z0-9 _-]
.
POST
/request-schemas
curl \
--request POST '/api/v1/request-schemas' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/octet-stream" \
--data-binary '{}'
Response examples (201)
{
"schemaID": "SCx3zt0ygAcQGBAQEBAQEBAQ",
"updatedAt": "2017-07-21T17:32:28Z"
}
Response examples (400)
{
"code": "string",
"message": "string"
}
Response examples (401)
{
"code": "string",
"message": "string"
}
Response examples (429)
{
"code": "string",
"message": "string"
}
Response examples (500)
{
"code": "string",
"message": "string"
}