EasypanelDocs

Update a service mount

Replaces a mount on an app or box service by index.

POST
/updateMount

Replaces a mount on an app or box service by index.

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/updateMount" \  -H "Content-Type: application/json" \  -d '{    "projectName": "string",    "serviceName": "string",    "index": 0,    "values": {      "hostPath": "string",      "mountPath": "string",      "type": "bind"    }  }'
null