Create Harbor Context
Creates and attaches a context document to a Harbor.
The new document belongs only to this Harbor. Context documents cannot be attached to multiple Harbors.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
harbor_id
Unique identifier of the Harbor.
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
content
Plain-text context content. Maximum 20,000 characters.
title
Human-readable context title. Maximum 200 characters.
description
Short summary of the context document. Maximum 1,000 characters.
Response
OK
data
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
