images
Rename image collections
This endpoint sets a new name for an image collection.
post/v2/images/collections/{id}
Path parameters
idstring required
Collection ID
Request body
Example request
{
"name": "My collection with a new name"
}Response
Successfully updated collection
Changes
No recorded changes to this endpoint across all 1 revision of this API.