LogoLogo
  • About
  • Quick Start
  • API reference
    • Workspace
      • Dependencies
      • Copy
      • Property definitions
        • Reorder
      • Property instances
        • Reorder
        • Lock
        • Unlock
      • Blocks
      • Comments
        • Parent
      • Data Sinks
    • Webhooks
      • Rotate secret
    • Cloud storage
      • Redirect
      • Thumbnail
      • Upload complete
      • Retry conversion
      • Download
      • Upload link
      • Version list
      • Metadata
Powered by GitBook
On this page

Was this helpful?

  1. API reference
  2. Cloud storage

Metadata

PreviousVersion list

Was this helpful?

  • GET/v1/cloud-storage/metadata/{id}
  • PUT/v1/cloud-storage/metadata/{id}
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