1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/reference/api/generated-api-html
Peter Hu bd54d4ac99 Define APIs for scoped connector definitions (#11244)
* listActorDefinitions apis now require workspaceId

- listSourceDefinitions takes workspaceId
- listDestinationDefinitions takes workspaceId

* actorDefinitionCreate apis now require workspaceId

- SourceDefinitionCreate takes workspaceId
- DestinationDefinitionCreate takes workspaceId

* source_definitions/list_opt_in

* destination_definitions/list_opt_in

* create/delete source definition grants

* create/delete destination definition grants

* PR feedback

- remove use of opt-in
- update description of definition list apis

* new create/list source definition routes

- create new routes instead of making breaking changes to existing ones
- existing create/list routes will be repurposed as admin only routes

* new create/list destination definition routes

- create new routes instead of making breaking changes to existing ones
- existing create/list routes will be repurposed as admin only routes

* revert acceptance test changes

* new update/delete actor definition routes

- create new routes instead of making breaking changes to existing ones
- existing create/list routes will be repurposed as admin only routes

* rearrange routes in config.yaml

* PR feedback

* new create actor definition routes

- create new routes instead of making breaking changes to existing ones
- existing create/list routes will be repurposed as admin only routes

* typo

* typo
2022-03-21 19:05:10 -07:00
..