Steerd API
Projects

Update a project

PATCH
/api/public/v1/projects/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid

Header Parameters

idempotency-key?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/api/public/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "agreed_rate_max": 0,  "agreed_rate_min": 0,  "archived_at": "string",  "archived_from_status": "lead",  "client_org_id": "string",  "created_at": "string",  "currency": "string",  "description": "string",  "desired_rate_max": 0,  "desired_rate_min": 0,  "end_client_org_id": "string",  "estimated_value": 0,  "expected_end_date": "string",  "expected_start_date": "string",  "first_contact_date": "string",  "id": "string",  "notes": "string",  "organizations": [],  "primary_contact_id": "string",  "probability": 0,  "rate_type": "hourly",  "recruiter_org_id": "string",  "skills": [    "string"  ],  "source": "email",  "source_external_id": "string",  "source_url": "string",  "status": "lead",  "title": "string",  "updated_at": "string",  "waiting_on": "none",  "work_locations": [    null  ],  "work_mode": "remote"}
{  "error": {    "code": "string",    "message": "string"  }}