cURL
curl --request PATCH \ --url https://embed.nova.dweet.com/v1/jobs/{jobId}/criteria/items/{criterionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Tenant-Id: <x-tenant-id>' \ --data ' { "text": "<string>", "importance": "MUST_HAVE" } '
{ "criterion": { "id": "<string>", "text": "<string>", "importance": "MUST_HAVE", "order": 123 }, "criteria": [ { "id": "<string>", "text": "<string>", "importance": "MUST_HAVE", "order": 123 } ] }
{ "importance": "MUST_HAVE" }
{ "text": "7+ years of software engineering experience in backend systems" }
{ "text": "Strong proficiency in Go for backend development", "importance": "MUST_HAVE" }
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Your customer identifier. Tenants are auto-provisioned on first request.
Your job identifier (external ID).
Criterion ID.
MUST_HAVE
PREFERRED
NICE_TO_HAVE
Updated
Show child attributes
Was this page helpful?