Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required

Unique key that makes the request idempotent (1-255 characters: letters, numbers, _, and -). Retrying with the same key within 24 hours replays the original response (marked with an Idempotent-Replayed: true header) instead of repeating the action. Reusing a key with a different request returns a 422; sending a key while the original request is still being processed returns a 409.

Required string length: 1 - 255
Pattern: ^[A-Za-z0-9_-]+$

Path Parameters

id
string<uuid>
required

CloudFS filesystem ID

Response

New metadata token issued; the response includes the new meta_token and credential-bearing meta_url

data
object

A CloudFS filesystem, including its metadata credential. This shape is returned only by create and rotate-meta-token.