cURL
curl --request PATCH \ --url https://api.lucidtech.ai/{basePath}/validations/{validationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data ' { "metadata": {}, "name": "<string>", "description": "<string>", "config": {} } '
{ "updatedTime": "<string>", "metadata": {}, "validationId": "<string>", "updatedBy": "<string>", "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "description": "<string>", "id": "<string>", "config": {}, "enabled": true }
Update Validation
The access token received from the authorization server in the OAuth 2.0 flow.
4096
200 response