Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
The unique identifier for the storage.
The size of the storage in appropriate units.
Example
Request
curl --request POST \
--url 'https://api.novita.ai/gpu-instance/openapi/v1/networkstorage/update' \
--header 'Authorization: Bearer {{API Key}}' \
--header 'Content-Type: application/json' \
--data '{
"storageId": "string",
"storageName": "string",
"storageSize": "string"
}'
Response