updateMetadataByDocumentUid

put

updateMetadataByDocumentUid

The Update metadata endpoint will update the metadata of specified object in the system with the given values. Core fields cannot be set to empty or null

Resource URL

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

Header Parameters

Name Description
Authorization
(required)

Apigee OAuth2 Bearer Token

UserToken
(required)

JWT used for document access control

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
UpdateRequest
(required)

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Content Type

application/json

Category

Metadata

Schema:

HTTP Code Description

400

Invalid or insufficient data provided by the client

403

Client is not permitted to use this operation

404

No metadata found for given content id

500

Internal server error

Working...