cURL
curl --request POST \ --url https://api.example.com/api/semantic-models/review/batch-reject \ --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 }
Reject 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 reject multiple models.
List of model IDs to reject
Reason for rejection
Batch rejection results
Response for batch operations.
Show child attributes
Was this page helpful?