EasypanelDocs

Create a local storage provider

Creates a backup storage provider at a local filesystem path.

POST
/createLocalProvider

Creates a backup storage provider at a local filesystem path.

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/createLocalProvider" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "path": "string"  }'
null