File tree Expand file tree Collapse file tree 1 file changed +84
-0
lines changed Expand file tree Collapse file tree 1 file changed +84
-0
lines changed Original file line number Diff line number Diff line change 19391939 "x-fern-audiences" : [" internal" ]
19401940 }
19411941 },
1942+ "/settings/ask-ai/slack" : {
1943+ "get" : {
1944+ "tags" : [" Settings" ],
1945+ "summary" : " Get Slack Settings" ,
1946+ "description" : " Get settings for a domain and organization." ,
1947+ "operationId" : " get_slack_settings" ,
1948+ "parameters" : [
1949+ {
1950+ "name" : " domain" ,
1951+ "in" : " query" ,
1952+ "required" : true ,
1953+ "schema" : {
1954+ "type" : " string" ,
1955+ "title" : " Domain"
1956+ }
1957+ }
1958+ ],
1959+ "responses" : {
1960+ "200" : {
1961+ "description" : " Successful Response" ,
1962+ "content" : {
1963+ "application/json" : {
1964+ "schema" : {
1965+ "$ref" : " #/components/schemas/GetSettingsResponse"
1966+ }
1967+ }
1968+ }
1969+ },
1970+ "422" : {
1971+ "description" : " Validation Error" ,
1972+ "content" : {
1973+ "application/json" : {
1974+ "schema" : {
1975+ "$ref" : " #/components/schemas/HTTPValidationError"
1976+ }
1977+ }
1978+ }
1979+ }
1980+ },
1981+ "x-fern-audiences" : [" internal" ]
1982+ }
1983+ },
1984+ "/settings/ask-ai/discord" : {
1985+ "get" : {
1986+ "tags" : [" Settings" ],
1987+ "summary" : " Get Discord Settings" ,
1988+ "description" : " Get settings for a domain and organization." ,
1989+ "operationId" : " get_discord_settings" ,
1990+ "parameters" : [
1991+ {
1992+ "name" : " domain" ,
1993+ "in" : " query" ,
1994+ "required" : true ,
1995+ "schema" : {
1996+ "type" : " string" ,
1997+ "title" : " Domain"
1998+ }
1999+ }
2000+ ],
2001+ "responses" : {
2002+ "200" : {
2003+ "description" : " Successful Response" ,
2004+ "content" : {
2005+ "application/json" : {
2006+ "schema" : {
2007+ "$ref" : " #/components/schemas/GetSettingsResponse"
2008+ }
2009+ }
2010+ }
2011+ },
2012+ "422" : {
2013+ "description" : " Validation Error" ,
2014+ "content" : {
2015+ "application/json" : {
2016+ "schema" : {
2017+ "$ref" : " #/components/schemas/HTTPValidationError"
2018+ }
2019+ }
2020+ }
2021+ }
2022+ },
2023+ "x-fern-audiences" : [" internal" ]
2024+ }
2025+ },
19422026 "/settings/ask-ai/toggle" : {
19432027 "post" : {
19442028 "tags" : [" Settings" ],
You can’t perform that action at this time.
0 commit comments