Skip to main content
PUT
/
v1
/
datasources
/
:datasource_id
/
profiles
/
:profile_name
/
rename
Rename Profile
curl --request PUT \
  --url https://api.oviond.com/v1/datasources/:datasource_id/profiles/:profile_name/rename \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_name": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

datasource_id
string
required
profile_name
string
required

Body

application/json
new_name
string
required

Response

Profile renamed

success
enum<boolean>
required
Available options:
true