Skip to content

Commit 3e93840

Browse files
sahil485github-actions[bot]
authored andcommitted
update fern definition
1 parent 31f50d8 commit 3e93840

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

fern/apis/fai/openapi.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,90 @@
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"],

0 commit comments

Comments
 (0)