Assets
Update an asset
Update mutable asset metadata (name, connector assignment, metadata JSON, file path info, etc.) without re-uploading the file itself.
PATCH
/
api
/
kb
/
assets
/
{spaceId}
/
{assetId}
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Space identifier for the asset you are trying to read, update, or delete.
Required string length:
2 - 6The asset UUID that uniquely identifies the record within the database.
Body
application/json
The body is of type any.
Response
Asset metadata updated successfully.