Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
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.
| Field | Value |
|---|---|
| Name | setPathVisibility |
| Group | Uploads |
| Type | Mutation |
| Signature | setPathVisibility(input: SetPathVisibilityInput!): VisibilityPayload! |
mutation SetPathVisibility($input: SetPathVisibilityInput!) {
setPathVisibility(input: $input) {
error
success
}
}
{
"input": {
"path": "",
"visibility": ""
}
}