EasypanelDocs

Clone a Git repository

Clones a Git repository into a WordPress service's code directory.

POST
/gitWordPressClone

Clones a Git repository into a WordPress service's code directory.

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/gitWordPressClone" \  -H "Content-Type: application/json" \  -d '{    "projectName": "string",    "serviceName": "string",    "branch": "string",    "url": "string"  }'
null