Path parameters
-
Unique identifier of the request schema
Minimum length is
32
, maximum length is32
. Format should match the following pattern:S[A-Z0-9]+
.
PUT
/request-schemas/{schemaid}
curl \
--request PUT '/api/v1/request-schemas/S7AB56CD456OP98BN54CAUB43211OU78' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"title":"Request schema"}'
Request examples
{
"title": "Request schema"
}
Response examples (201)
{
"schemaID": "S7AB56CD456OP98BN54CAUB43211OU78",
"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"
}