Recherches récentes
Pas de recherche récente

Jacob Goldberg
Adhésion le 21 mai 2024
·
Dernière activité le 21 mai 2024
Suivis
0
Abonnés
0
Activité totale
3
Votes
0
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Jacob Goldberg
Jacob Goldberg a ajouté un commentaire,
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.
Afficher le commentaire · Publication le 21 mai 2024 · Jacob Goldberg
0
Abonnés
0
Votes
0
Commentaire
Jacob Goldberg a créé une publication,
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.
Publication le 21 mai 2024 · Jacob Goldberg
0
Abonnés
2
Votes
3
Commentaires