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
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.string
required
application/jsonBody parameters
array
required
Batch of folder-agent changes.
Response
boolean
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.
403 Forbidden
403 Forbidden
The API key does not include the
write scope.
