EasypanelDocs

Update an S3 storage provider

Validates and replaces an S3-compatible backup destination.

POST
/updateS3Provider

Validates and replaces an S3-compatible backup destination.

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/updateS3Provider" \  -H "Content-Type: application/json" \  -d '{    "accessKeyId": "string",    "bucket": "string",    "id": "string",    "name": "string",    "region": "string",    "secretAccessKey": "string"  }'
null