Closed Tlapi closed 4 years ago
In function docs there is: @param object $body (optional) TODO: type description here but there should be array.
@param object $body (optional) TODO: type description here
array
Hi @Tlapi
POST /deals (addADeal) accepts the request body as an object, more about this endpoint here. If the request body is presented as an array it results in 400 error.
POST /deals
In function docs there is:
@param object $body (optional) TODO: type description here
but there should bearray
.