LandingLens
curl --request PUT \ --url https://api.landing.ai/v1/projects/{project_id}/active \ --header 'Content-Type: application/json' \ --data '{ "isActive": true }'
"<any>"
Successful Response
The response is of type any.
any
Was this page helpful?