Changes to Delete pipeline
DELETE /pipelines/{id}
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 4 of the 47 revisions of this API.224
What changed
- ●
changed the pattern of the
pathrequest parameteridfrom^[a-z][a-z0-9_-]*$to^[a-zA-Z][a-zA-Z0-9_-]*$request-parameter-pattern-changed
- ●
- ▲
for the
pathrequest parameterid, the minLength was increased from0to3request-parameter-min-length-increased
- ▲
added the pattern
^[a-z][a-z0-9_-]*$to thepathrequest parameteridrequest-parameter-pattern-added
- ●
for the
pathrequest parameterid, the maxLength was set to64request-parameter-max-length-set
- ▲
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
- ○
for the
pathrequest parameterid, the minLength was decreased from3to0request-parameter-min-length-decreased
- ○
removed the pattern
^[a-zA-Z][a-zA-Z0-9_-]*$from thepathrequest parameteridrequest-parameter-pattern-removed
- ○
added the non-success response with the status
500response-non-success-status-added
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○