Skip to main content
POST
/
feedback
/
batch
/
create
{
  "res": [
    {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "wb_user_id": "<string>",
      "payload": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
batch
FeedbackCreateReq · object[]
required

Response

Successful Response

res
FeedbackCreateRes · object[]
required
I