cURL
curl --request POST \ --url https://api.example.com/api/semantic-models/review/batch-approve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "review_notes": "<string>" } '
{ "successful": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "failed": [ {} ], "total_processed": 123 }
Approve multiple models at once.
Required Role: nx1_semantic_admin
The access token received from the authorization server in the OAuth 2.0 flow.
Request to approve multiple models.
List of model IDs to approve
Batch approval results
Response for batch operations.
Show child attributes
Was this page helpful?