Skip to main content
PUT
Update a post

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postid
string
required

Body

application/json
title
string
description
string
type
string

Category ID.

status
string

Status ID.

effort
integer
Required range: 0 <= x <= 3
owner_id
integer

Admin user ID who owns this post.

is_active
boolean

Moderation flag. false to hide.

merge_id
integer

Post ID this post is merged into.

estimated
number
tags
any[]

Response

200 - application/json

OK

status
string
data
object