PUT /accounts/{account_id}/shares/{share_id}
Updates the share's display name and tags. This endpoint does not modify recipients or resources — those are managed via dedicated subresource endpoints:
- Recipients: Use
POST /accounts/{account_id}/shares/{share_id}/recipientsto add a single recipient,PUT /accounts/{account_id}/shares/{share_id}/recipientsto replace the full recipient list, orDELETE /accounts/{account_id}/shares/{share_id}/recipients/{recipient_id}to remove a recipient. - Resources: Use the share's resource subresource endpoints.
Updating is not immediate; an updated share object with a new status will be returned.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
share_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 |
|---|---|---|---|
name |
String | Yes |
The name of the share. |
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.