admin teams settings set Discoverability
POST {{baseUrl}}/admin.teams.settings.setDiscoverability
An API method that allows admins to set the discoverability of a given workspace
Request Body
[{"name"=>"team_id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"discoverability", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.teams:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}