Changes to Partially update a purchase order
PATCH /api/purchase-orders/{purchaseOrderId}
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 3 of the 23 revisions of this API.54
What changed
- ▲
the
/request property type changed fromstringto no typerequest-property-type-changed
- ○
added the new optional request property
/new-optional-request-property
- ▲
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the optional property
to the response with the status (media type: application/json)response-optional-property-added
- ○
added the optional property
to the response with the status (media type: application/problem+json)response-optional-property-added
- ○
- ▲
the response property
became nullable for the status (media type: application/json)response-property-became-nullable
- ▲
the response property
became nullable for the status (media type: application/problem+json)response-property-became-nullable
- ▲
the response property
became optional for the status (media type: application/json)response-property-became-optional
- ▲
the response property
became optional for the status (media type: application/problem+json)response-property-became-optional
- ▲