最近の検索
最近の検索はありません

Jacob Goldberg
参加日2024年5月21日
·
前回のアクティビティ2024年5月21日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Jacob Goldberg
Jacob Goldbergさんが投稿を作成しました:
投稿 Developer - Zendesk APIs
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.
投稿日時:2024年5月21日 · Jacob Goldberg
0
フォロワー
2
投票
3
コメント