Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Extend Governor APIs] Extension Resource Definitions #72

Conversation

bailinhe
Copy link
Contributor

@bailinhe bailinhe commented Oct 4, 2023

Operation Method URI
list GET /api/v1alpha1/extensions/:extension-slug-or-id/erds
create POST /api/v1alpha1/extensions/:extension-slug-or-id/erds
get by ID GET /api/v1alpha1/extensions/:extension-slug-or-id/erds/:uuid
get by slug GET /api/v1alpha1/extensions/:extension-slug-or-id/erds/:slug-singular/:version
update by ID PATCH /api/v1alpha1/extensions/:extension-slug-or-id/erds/:uuid
update by slug PATCH /api/v1alpha1/extensions/:extension-slug-or-id/erds/:slug-singular/:version
delete by ID DELETE /api/v1alpha1/extensions/:extension-slug-or-id/erds/:uuid
delete by slug DELETE /api/v1alpha1/extensions/:extension-slug-or-id/erds/:slug-singular/:version

@bailinhe bailinhe force-pushed the extend-governor-apis/extension-resource-definitions branch 2 times, most recently from fcd330a to bcf7b2d Compare October 5, 2023 16:39
@bailinhe bailinhe marked this pull request as ready for review October 5, 2023 16:42
@bailinhe bailinhe requested a review from a team as a code owner October 5, 2023 16:42
@bailinhe bailinhe force-pushed the extend-governor-apis/extension-resource-definitions branch from bcf7b2d to d8208b0 Compare October 5, 2023 16:53
@bailinhe bailinhe merged commit 0944b94 into metal-toolbox:main Oct 12, 2023
@bailinhe bailinhe deleted the extend-governor-apis/extension-resource-definitions branch October 12, 2023 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants