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.
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.
put
PUT /v1/cloud-storage/metadata/{id} HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 2

{}

No content

Was this helpful?