Skip to content

Commit

Permalink
Add Updated Schema Routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 6, 2024
1 parent ef108a8 commit 4db98d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/test/fixtures/get_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@
"query": true,
"res": true
},
"GET /connection/:connectionid/layer/:layerid/cot/:uid": {
"body": false,
"query": false,
"res": true
},
"GET /connection/:connectionid/layer/:layerid/cot/:uid/all": {
"body": false,
"query": true,
"res": true
},
"PUT /connection/:connectionid/layer/:layerid/ephemeral": {
"body": true,
"query": false,
Expand Down

0 comments on commit 4db98d7

Please sign in to comment.