POST /wp-json/wp/v2/settings
title | Site title. |
description | Site tagline. |
timezone | A city in the same timezone as you. |
date_format | A date format for all date strings. |
time_format | A time format for all time strings. |
start_of_week | A day number of the week that the week should start on. |
language | WordPress locale code. |
use_smilies | Convert emoticons like :-) and :-P to graphics on display. |
default_category | Default post category. |
default_post_format | Default post format. |
posts_per_page | Blog pages show at most. |
default_ping_status | Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. One of: open, closed |
default_comment_status | Allow people to post comments on new articles. One of: open, closed |
Servers
- https://{baseUrl}
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.