API Assistance – Change Settings
-
Hello!
I am trying to learn the wordpress API and would like to do some simple things with it, such as set a site timezone.I am using BASH for this and cURL.
Using:
SET_TIMEZONE=curl -X PUT -i https://$SITE_URL/wp-json/wp/v2/settings?timezone=”Los Angeles”I am able to retrieve the site settings, but can’t seem to get it to update. Any assistance would be appreicated!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘API Assistance – Change Settings’ is closed to new replies.