cURL
curl --request POST \ --url https://api.novita.ai/gpu-instance/openapi/v1/template/update \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
Enum: application/json
application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request
curl --request POST \ --url 'https://api.novita.ai/gpu-instance/openapi/v1/template/update' \ --header 'Authorization: Bearer {{API Key}}'
Response
{}
Was this page helpful?