Skip to content

Commit 1e0dfa3

Browse files
authored
chore: Update OpenAPI specs (#277)
1 parent b1a24ff commit 1e0dfa3

File tree

8 files changed

+1042
-64
lines changed

8 files changed

+1042
-64
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## New Endpoints
2+
3+
### Vistas
4+
- [`/vistas.create`](/beta/api-reference/vistas/create): Creates a vista
5+
- Initial support for `meetings` vistas
6+
7+
## Modified Endpoints
8+
9+
### Articles
10+
- Added field `parent` to [`/articles.list`](/beta/api-reference/articles/list-articles-post)
11+
- Added field `parent` to [`/articles.count`](/beta/api-reference/articles/count-post)
12+
13+
### Customization
14+
- Added fields to [`/schemas.aggregated.get`](/beta/api-reference/customization/aggregated-schema-get):
15+
- `custom_schema_fragments`
16+
- `stock_schema_fragment`

fern/apis/beta/generators.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
api:
22
specs:
33
- openapi: ./openapi-beta.yaml
4+
overrides: ./overrides.yml
45
groups:
56
ts-sdk:
67
audiences:

0 commit comments

Comments
 (0)