PLATINUM DOCS
ApiVolumes

PUT /v1/volumes/{v}/tags/{tag}

PUT
/v1/volumes/{v}/tags/{tag}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

v*string
tag*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v1/volumes/string/tags/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "name": "string",  "commit_id": "string",  "created_at": "string"}
Empty