uploadNewContent

post

uploadNewContent

The Upload content endpoint will store the content and associated metadata in the system and return a unique identifier to the object in the system.

Resource URL

https://test-apis.us-east-1.lmig.com/v1/nebula /{stack}/{tenant}/content

Header Parameters

Name Description
Authorization
(required)

Apigee OAuth2 Bearer Token

UserToken
(required)

JWT used for document access control. Creator and client infromation is extracted from the JWT and stored in the document repository.

RequestingApplication

API Key of the registered client application or application name provided by the Nebula team.

RequestTrackingId

Unique Id used to track the request end-to-end. Required for troubleshooting.

Body Parameters

Name Description
UploadRequest
(required)

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Content Type

application/json

Category

Content

Schema:

HTTP Code Description

400

Insufficient or invalid data provided by the client

403

Client is not permitted to use this operation

500

Internal server error

Working...