Pesquisas recentes
Sem pesquisas recentes

Jacob Goldberg
Entrou em 21 de mai. de 2024
·
Última atividade em 21 de mai. de 2024
Seguindo
0
Seguidores
0
Atividade total
3
Votos
0
Assinatura
1
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Jacob Goldberg
Jacob Goldberg comentou,
Yes, the custom field ID in the request and the error are the same. I also made sure to put the value tag in the request.
Exibir comentário · Publicado 21 de mai. de 2024 · Jacob Goldberg
0
Seguidores
0
Votos
0
Comentários
Jacob Goldberg criou uma publicação,
I am trying to make a new request with the requests API, but am always getting this error:
{"error":"RecordInvalid","description":"Record validation errors","details":{"base":[{"description":"XXX: cannot be blank","error":"BlankValue","field_key":XXXXX}]}}
For some context, here is the request I am submitting to ..
{
"request": {
"requester": {
"name": "Name",
"email": "email@email.com"
},
"comment": {
"body": "this is a test"
},
"subject": "TEST REQUEST - PLEASE IGNORE",
"custom_fields": [
{
"id": "XXXXX",
"value": "one of the tag values"
}
]
}
}
The field in question is defined as a drop-down field and is listed as required to solve a ticket. However, I am making sure that the value is one of the tag values specified in the admin but still am getting this error.
Publicado 21 de mai. de 2024 · Jacob Goldberg
0
Seguidores
2
Votos
3
Comentários