Discussions
Issue with attributes field in endpoint https://api.personio.de/v1/recruiting/applications
over 2 years ago by yosri
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 ?