Discussions

Ask a Question
Back to All

Issue with attributes field in endpoint https://api.personio.de/v1/recruiting/applications

Whenever I try the endpoint and add attribute in the following way:
"attributes": [
{
"id": "custom_attribute_123",
"value": "JOIN"
}
]

I receive the following error:

{
"errors": [
{
"type": "com.personio.recruiting.api.http.FieldError",
"field": "custom_attribute_123",
"errors": [
{
"reason": "errors.attribute-validation.unknown"
}
]
}
]
}

Is this a know issue or am I doing something wrong please ?