LandingLens
cURL
curl --request PUT \ --url https://api.landing.ai/v1/projects/{project_id}/active \ --header 'Content-Type: application/json' \ --data ' { "isActive": true } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?