cURL
curl --request PUT \ --url https://api.vogent.ai/api/agents/{agentId}/extractors/{extractorId} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "extractorFieldsJsonSchema": "<string>" }'
{ "id": "<string>", "name": "<string>", "extractorFieldsJsonSchema": "<string>" }
Update an extractor for a given agent.
ID of the agent.
ID of the extractor.
Update an extractor
The body is of type object.
object
Successful operation
The response is of type object.