cURL
curl --request POST \ --url https://api.novita.ai/gpu-instance/openapi/v1/networkstorage/update \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "storageId": "<string>", "storageName": "<string>", "storageSize": "<string>" }'
application/json
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" }'
{}
Was this page helpful?