Skip to content

Commit 6fa6792

Browse files
Update fern definition (#1885)
Co-authored-by: davidkonigsberg <[email protected]>
1 parent 4dbc67f commit 6fa6792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/apis/fai/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5849,7 +5849,7 @@
58495849
}
58505850
],
58515851
"title": "Url Pattern",
5852-
"description": "Regex pattern to filter URLs (e.g., 'https://example\\.com/(docs|api)/.*')."
5852+
"description": "Regex pattern to filter URLs (e.g., `https://example\\.com/(docs|api)/.*`)."
58535853
},
58545854
"chunk_size": {
58555855
"anyOf": [
@@ -6412,7 +6412,7 @@
64126412
}
64136413
],
64146414
"title": "Url Pattern",
6415-
"description": "Regex pattern to filter URLs (e.g., 'https://example\\.com/(docs|api)/.*'). If not provided, uses previous config."
6415+
"description": "Regex pattern to filter URLs (e.g., `https://example\\.com/(docs|api)/.*`). If not provided, uses previous config."
64166416
},
64176417
"chunk_size": {
64186418
"anyOf": [

0 commit comments

Comments
 (0)