Create a WordPress service
Creates and initializes a WordPress application service in a project.
Creates and initializes a WordPress application service in a project.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/createWordPressService" \ -H "Content-Type: application/json" \ -d '{ "projectName": "string", "serviceName": "string" }'null