Búsquedas recientes
No hay búsquedas recientes

Jacob Goldberg
Incorporación 21 may 2024
·
Última actividad 21 may 2024
Seguimientos
0
Seguidores
0
Actividad total
3
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Jacob Goldberg
Jacob Goldberg hizo un comentario,
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.
Ver comentario · Publicado 21 may 2024 · Jacob Goldberg
0
Seguidores
0
Votos
0
Comentarios
Jacob Goldberg creó una publicación,
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 may 2024 · Jacob Goldberg
0
Seguidores
2
Votos
3
Comentarios