PATCH /accounts/{account_id}/images/v1/{image_id}
Update image access control. On access control change, all copies of the image are purged from cache.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
image_id |
String | Yes | |
account_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
metadata |
Object | No |
User modifiable key-value store. Can be used for keeping references to another system of record for managing images. No change if not specified. |
requireSignedURLs |
Boolean | No |
Indicates whether the image can be accessed using only its UID. If set to |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.