Skip to main content
POST
/
admin
/
ai
/
platforms
/
save
Saves or updates the AIPlatform and its value
curl --request POST \
  --url https://api.example.com/admin/ai/platforms/save \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "aiPlatformID": 123,
  "title": null
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
aiPlatformID
integer<int32> | null
title
string | null

Response

Success

success
boolean
data
unknown