Skip to content

Commit 17d79e5

Browse files
dsinghvisahil485
andauthored
Update fern definition (#1134)
Co-authored-by: sahil485 <[email protected]>
1 parent 2d1f345 commit 17d79e5

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

fern/apis/fai/openapi.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,48 @@
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"],
@@ -2345,7 +2387,12 @@
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}": {

0 commit comments

Comments
 (0)