Metadata
get
Path parameters
idstringRequired
Header parameters
x-api-keystringOptional
An x-api-key
required for authentication
Responses
200
Retrieves the metadata of the file.
403
Forbidden. User does not have permission to retrieve the metadata or the file does not exist.
get
GET /v1/cloud-storage/metadata/{id} HTTP/1.1
Host:
Accept: */*
No content
put
Header parameters
x-api-keystringOptional
An x-api-key
required for authentication
Body
objectOptional
Responses
200
Updates the metadata of the file.
403
Forbidden. User does not have permission to update the metadata or the file does not exist.
put
PUT /v1/cloud-storage/metadata/{id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
No content
Was this helpful?