Update Active Project
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>"
}
]
}Project
Update Active Project
PUT
/
v1
/
projects
/
{project_id}
/
active
Update Active Project
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://landinglens.docs.landing.ai/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

