cURL
curl --request POST \ --url https://api.rigbox.dev/api/workspaces/{id}/snapshots \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "snapshot": { "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "name": "<string>", "size_mb": 123, "workspace_id": "<string>" } }
Capture the current state of a workspace as a snapshot.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Snapshot created
Read-only projection of a workspace snapshot.
Show child attributes