cURL
curl --request PUT \ --url https://api.quiva.ai/storage/obj/{bucket} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "max_bytes": 2 } '
{ "message": "success" }
Creates a new object store bucket if one does not exist or updates it otherwise
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the bucket
Updated description of the bucket
Updated maximum size of the bucket in bytes
x >= 1
Bad Request
"success"