Set interview metadata
Set interview metadata
Set or update metadata for a specific interview. Up to 50 keys, each key max 40 chars, each value max 500 chars. All values must be strings.
POST
Set interview metadata
Authorizations
API key for authentication. Pass your key in the X-API-KEY header.
Path Parameters
Body
application/json
Request body for setting metadata on a resource.
Key-value pairs to set. Up to 50 keys, each key max 40 chars, each value max 500 chars. All values must be strings.
Example:
{
"external_id": "ats_12345",
"source": "workday"
}