Skip to main content
POST
/
Agent
/
Storage
/
Content
Content
curl --request POST \
  --url https://{host}/Agent/Storage/Content \
  --header 'Authorization: Bearer <token>'

Overview

Allows the client to upload, share, update and delete content on the server. The resource accepts GET, PUT, POST and DELETE methods, as well as sub-paths to identify individual content.

Authentication

Requires a valid JWT bearer token.

Notes

This endpoint uses the request schema notation described in Pattern matching.

Authorizations

Authorization
string
header
required

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

Response

200

Success