Modify space details
Modifies the space import/update strategies.
Path parameters
| Parameter | Type & Description |
|---|---|
| id required | string The Id of a space which details should be modified. |
Request body
| Property | Type & Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
size integer The storage space size in bytes that provider is willing to assign to the space. | |||||||||||||
storageImport object (StorageImportDetails) The storage import configuration. Storage import allows to import data from storage to space without need for copying the data.
| |||||||||||||
storageUpdate object (StorageUpdateDetails) The storage update configuration. Storage update ensures that all changes on storage will be reflected in space.
| |||||||||||||
Responses
The space details has been successfully changed.
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
The user does not exist.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Services needed to fulfill this request are not running.