1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/docs/reference/api
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
..
2021-04-29 15:18:52 -07:00

API Documentation Folder

  • generated-api-html: Plain HTML file automatically generated from the Airbyte OAS spec as part of the build.
  • api-documentation.md: Markdown for API documentation Gitbook page.
  • rapidoc-api-docs.html: HTML for actual API Spec Documentation and linked to in the above Gitbook page. This is a S3 static website hosted out of the airbyte-public-api-docs bucket with a Cloudfront Distribution for SSL. This file points to the Airbyte OAS spec on Master and will automatically mirror spec changes. This file will need to be uploaded to the airbyte-public-api-docs bucket for any file changes to propagate.