Update S3 Storage

Update S3 Storage

Use this endpoint to update S3 Storage Details
Authorized Roles : PROVIDER or ORG_ADMIN

Request
URI
PUT
https://{api_host}/provider/s3storages/{id}
COPY
Path Parameters
string
id
Required

S3 Storage Details to Update


Request Body
S3StorageDetailsDto of type(s) application/json
Required
{
    "id": "string",
    "name": "string",
    "endpoint": "string",
    "bucket": "string",
    "accessKey": "string",
    "secretKey": [
        "string"
    ],
    "region": "string",
    "thumbprint": "string",
    "templateStorage": false
}
string As uuid As uuid
id
Optional

id

string
name
Required

name

string
endpoint
Required

endpoint

string
bucket
Required

bucket

string
accessKey
Required

accessKey

array of string
secretKey
Required

secretKey

string
region
Optional

region

string
thumbprint
Optional

thumbprint

boolean
templateStorage
Optional

templateStorage

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure