Applies a patch to an image
PATCH /v1/image/{imageID}
Summary
Applies a patch to an image.
Details
Request body: array of patch operations.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| imageID | path | integer (int64) | Yes | The image ID. | 1 |
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.
Example
Patch applied successfully.