cURL
curl --request PUT \ --url https://api.artosai.com/pipelines/{pipelineId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "agentIds": [ "<string>" ], "documents": [ "<string>" ], "connectorId": "<string>", "referenceDocument": "<string>", "outputFileName": "<string>" } '
{ "pipelineId": "<string>", "name": "<string>", "status": "<string>", "updated_at": "2023-11-07T05:31:56Z", "version": 123 }
Modifies an existing pipeline. Only pipelines created by the user may be updated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipeline updated