Update External Identifier of a Service
documentedUpdate the external_identifier field for a service.
PUT /2025-12/services/{service_uuid}Servicesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$api_subdomain}}.partner-platform.taskrabbit.com/2025-12/services/{{$service_uuid}}" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Api-Key: {{TASKRABBIT_API_KEY}}" \
-d '{"external_identifier": "{{$external_identifier}}"}'