File tree Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Original file line number Diff line number Diff line change 20012001 "x-fern-audiences" : [" internal" ]
20022002 }
20032003 },
2004+ "/settings/ask-ai/docs" : {
2005+ "get" : {
2006+ "tags" : [" Settings" ],
2007+ "summary" : " Get Docs Settings" ,
2008+ "description" : " Get settings for a domain and organization." ,
2009+ "operationId" : " get_docs_settings" ,
2010+ "parameters" : [
2011+ {
2012+ "name" : " domain" ,
2013+ "in" : " query" ,
2014+ "required" : true ,
2015+ "schema" : {
2016+ "type" : " string" ,
2017+ "title" : " Domain"
2018+ }
2019+ }
2020+ ],
2021+ "responses" : {
2022+ "200" : {
2023+ "description" : " Successful Response" ,
2024+ "content" : {
2025+ "application/json" : {
2026+ "schema" : {
2027+ "$ref" : " #/components/schemas/GetSettingsResponse"
2028+ }
2029+ }
2030+ }
2031+ },
2032+ "422" : {
2033+ "description" : " Validation Error" ,
2034+ "content" : {
2035+ "application/json" : {
2036+ "schema" : {
2037+ "$ref" : " #/components/schemas/HTTPValidationError"
2038+ }
2039+ }
2040+ }
2041+ }
2042+ },
2043+ "x-fern-audiences" : [" internal" ]
2044+ }
2045+ },
20042046 "/settings/ask-ai/toggle" : {
20052047 "post" : {
20062048 "tags" : [" Settings" ],
23452387 }
23462388 }
23472389 },
2348- "x-fern-audiences" : [" internal" ]
2390+ "x-fern-audiences" : [" customers" ],
2391+ "security" : [
2392+ {
2393+ "bearerAuth" : []
2394+ }
2395+ ]
23492396 }
23502397 },
23512398 "/slack/integrations/{domain}" : {
You can’t perform that action at this time.
0 commit comments