Knowledge
Assign knowledge to agents
Assign or unassign folders to agents in bulk.
POST
Use this route to control which folders, and therefore which knowledge, an agent can access.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonBody parameters
Batch of folder-agent changes.
Response
Always
true when the batch succeeds.Errors
400 Bad Request
400 Bad Request
The request body is malformed, or one of the enum values is invalid.
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope.
