Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Set or update visibility for a path (folder prefix or file). Creates if it doesn’t exist.
setPathVisibility
setPathVisibility(input: SetPathVisibilityInput!): VisibilityPayload!
mutation SetPathVisibility($input: SetPathVisibilityInput!) { setPathVisibility(input: $input) { error success } }
{ "input": { "projectId": "", "path": "", "visibility": "" } }