Skip to main content
PATCH
/
v2
/
collections
/
{collectionId}
/
dossier
/
{agentId}
Update a dossier
curl --request PATCH \
  --url https://rest.forestreet.com/v2/collections/{collectionId}/dossier/{agentId} \
  --header 'x-api-key: <api-key>'
{
  "metadata": {
    "agentId": "<string>"
  },
  "actionsPerformed": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

collectionId
number | null

ID of the collection containing the dossier agent to be managed.

agentId
string
required

Unique identifier for the dossier agent to be managed.

Response

Dossier updated successfully

metadata
object
required
actionsPerformed
object
required

Actions that were performed on the dossier