POST /wp-json/wp/v2/comments/{commentId}
id | Unique identifier for the object. |
author | The ID of the user object, if author was a user. |
author_email | Email address for the object author. |
author_ip | IP address for the object author. |
author_name | Display name for the object author. |
author_url | URL for the object author. |
author_user_agent | User agent for the object author. |
content | The content for the object. |
date | The date the object was published, in the site's timezone. |
date_gmt | The date the object was published, as GMT. |
parent | The ID for the parent of the object. |
post | The ID of the associated post object. |
status | State of the object. |
meta | Meta fields. |
Servers
- https://{baseUrl}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
commentId |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
content |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.