update post

Update the specified post.

For custom components:

RaiselyComponents.api.one('posts', '{path}').patch(data = {}, params = {}, headers = {}) => Promise<{result}>

See Restie Response Data for a more detailed overview of responses through the client wrapper

Path Params
string
required

The uuid or path of the record

Query Params
boolean

Returns the full record when authenticated

Body Params

The post record to be updated

data
object
Headers
string

A valid HTTP Bearer token, required to access private records.

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json