Changes to Create a tag
POST /tags
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 9 revisions of this API.425
- 8ccfb9a461e2425
What changed
- ▲
request body became required
request-body-became-required
- ▲
the request property
namebecame requiredrequest-property-became-required
- ▲
the
namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
removed the media type
application/jsonfor the response with the status409response-media-type-removed
- ●
the
namerequest property's maxLength was set to128request-property-max-length-set
- ●
removed the request property
idrequest-property-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
the response property
idbecame required for the status201response-property-became-required
- ○
the response property
namebecame required for the status201response-property-became-required
- ○
the
idresponse's property pattern^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$was added for the status201response-property-pattern-added
- ▲