Skip to content

Commit 18c39ab

Browse files
committed
initial commit
1 parent 4131ee5 commit 18c39ab

File tree

11 files changed

+3196
-3
lines changed

11 files changed

+3196
-3
lines changed

.generator/V2/openapi.yaml

Lines changed: 1285 additions & 0 deletions
Large diffs are not rendered by default.

.generator/config.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
resources:
2+
reference_table:
3+
read:
4+
method: get
5+
path: /api/v2/reference-tables/tables/{id}
6+
create:
7+
method: post
8+
path: /api/v2/reference-tables/tables
9+
update:
10+
method: patch
11+
path: /api/v2/reference-tables/tables/{id}
12+
delete:
13+
method: delete
14+
path: /api/v2/reference-tables/tables/{id}
15+
16+
datasources:
17+
reference_table:
18+
singular: /api/v2/reference-tables/tables/{id}
19+
plural: /api/v2/reference-tables/tables
20+
reference_table_rows:
21+
singular: /api/v2/reference-tables/tables/{id}/rows
22+
plural: /api/v2/reference-tables/tables/{id}/rows

0 commit comments

Comments
 (0)