curl --request PATCH \
--url https://api.example.com/v1/containers/{container_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"error": "<string>"
}curl --request PATCH \
--url https://api.example.com/v1/containers/{container_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Container Name
1 - 64Successful Response