You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a 200 OK response handled, optionally allow client to return 400 status for better downstream handling:
{
"status":"error",
"message":"Your request was accepted, however a post was not generated",
"error":"Invalid Custom payload",
"validation":[
"payload.attachments[0].fields[1] should have required property 'value'"
]
}
The text was updated successfully, but these errors were encountered:
When a
200 OK
response handled, optionally allow client to return 400 status for better downstream handling:The text was updated successfully, but these errors were encountered: