Skip to main content
POST
/qiita/questions

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
question
string
required
timeout
integer
default:300
Required range: 20 <= x <= 1500
user
string | null

Response

Successful Response

id
string
required
@type
string
default:QiitaQuestion
question_title
string | null
url
string | null
text_html
string | null
question_format
enum<string> | null
Available options:
question,
discussion
is_closed
boolean
default:false
created_at
integer | null
like_count
integer | null
answer_count
integer | null
questioner
object | null
tags
object[]
answers
object[]