Can we send a request body as json in Backlog API?

Hi.
I try to use Backlog API.

For example, when we want add a comment, I think that we call add-comment request.

In the documentation, parameter format is specified as Content-Type:application/x-www-form-urlencoded.

Can we send a request body as json(Content-Type:application/json) instead of url-encoded parameter?
And is there a document about that?

Hi @truth_jp_4133

Welcome to our community!

Unfortunately, we can’t send the request body as json, only “application/x-www-form-urlencoded” can be specified in the request body.

For an example, I think you can refer to this post:

Hope this helps!

1 Like