Put
Endpoint for update provider storage settings
Authorized Roles : PROVIDER
Request
URI
PUT
https://{api_host}/provider/storagesettings
COPY
Request Body
ProviderStorageSettingsDTO
of type(s)
application/json
Required
{
"storageType": "string",
"url": "string",
"accessKey": "string",
"secretKey": "string",
"bucket": "string",
"region": "string",
"thumbprint": "string",
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
string
storageType
Optional
storageType
string
url
Optional
url
string
accessKey
Optional
accessKey
string
secretKey
Optional
secretKey
string
bucket
Optional
bucket
string
region
Optional
region
string
thumbprint
Optional
thumbprint
array of
object
links
Optional
links
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/provider/storagesettings
Provider Storage Settings Operations
GET
Get Page 2
PUT
Put
POST
Create 2
GET
Get Storage
DELETE
Delete Provider Backup Storage Settings