Skip to main content
PUT
/
apps
/
{id}
/
visibility
Update App Visibility
curl --request PUT \
  --url https://api.example.com/apps/{id}/visibility \
  --header 'Content-Type: application/json' \
  --data '
{
  "visibility": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

Public apps are accessible to anyone with the URL. Private apps require authentication. Privileged apps require authentication for the owner or an allowed email address. For direct HTTP access, send an X-Rigbox-Key header with one of your rb_* API keys.
visibility
string
required
One of public, private, or privileged