Skip to content

Commit

Permalink
Merge pull request #96 from koyeb/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
torrefatto authored Sep 26, 2024
2 parents d2a9922 + fb74827 commit 631dff7
Show file tree
Hide file tree
Showing 48 changed files with 23,356 additions and 19,311 deletions.
10 changes: 10 additions & 0 deletions api/v1/koyeb/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ docs/ListInstancesReply.md
docs/ListOrganizationInvitationsReply.md
docs/ListOrganizationMembersReply.md
docs/ListPaymentMethodsReply.md
docs/ListPersistentVolumeEventsReply.md
docs/ListPersistentVolumesReply.md
docs/ListRegionalDeploymentEventsReply.md
docs/ListRegionalDeploymentsReply.md
Expand All @@ -269,6 +270,9 @@ docs/NeonPostgresDatabaseNeonDatabase.md
docs/NeonPostgresDatabaseNeonRole.md
docs/NeonPostgresSummary.md
docs/NextInvoiceReply.md
docs/NextInvoiceReplyLine.md
docs/NextInvoiceReplyLinePeriod.md
docs/NextInvoiceReplyLinePrice.md
docs/Notification.md
docs/NotificationList.md
docs/OAuthCallbackReply.md
Expand All @@ -295,6 +299,7 @@ docs/PaymentMethodsApi.md
docs/PeriodUsage.md
docs/PersistentVolume.md
docs/PersistentVolumeBackingStore.md
docs/PersistentVolumeEvent.md
docs/PersistentVolumeQuotas.md
docs/PersistentVolumeStatus.md
docs/PersistentVolumesApi.md
Expand Down Expand Up @@ -588,6 +593,7 @@ model_list_instances_reply.go
model_list_organization_invitations_reply.go
model_list_organization_members_reply.go
model_list_payment_methods_reply.go
model_list_persistent_volume_events_reply.go
model_list_persistent_volumes_reply.go
model_list_regional_deployment_events_reply.go
model_list_regional_deployments_reply.go
Expand All @@ -609,6 +615,9 @@ model_neon_postgres_database_neon_database.go
model_neon_postgres_database_neon_role.go
model_neon_postgres_summary.go
model_next_invoice_reply.go
model_next_invoice_reply_line.go
model_next_invoice_reply_line_period.go
model_next_invoice_reply_line_price.go
model_notification.go
model_notification_list.go
model_o_auth_callback_reply.go
Expand All @@ -629,6 +638,7 @@ model_payment_method_status.go
model_period_usage.go
model_persistent_volume.go
model_persistent_volume_backing_store.go
model_persistent_volume_event.go
model_persistent_volume_quotas.go
model_persistent_volume_status.go
model_plan.go
Expand Down
7 changes: 7 additions & 0 deletions api/v1/koyeb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Class | Method | HTTP request | Description
*OrganizationApi* | [**GithubInstallationCallback**](docs/OrganizationApi.md#githubinstallationcallback) | **Post** /v1/github/installation/callback | Github callback for app installation
*OrganizationApi* | [**ReactivateOrganization**](docs/OrganizationApi.md#reactivateorganization) | **Post** /v1/organizations/{id}/reactivate | Reactivate an organization
*OrganizationApi* | [**SwitchOrganization**](docs/OrganizationApi.md#switchorganization) | **Post** /v1/organizations/{id}/switch | Switch organization context
*OrganizationApi* | [**UnscopeOrganizationToken**](docs/OrganizationApi.md#unscopeorganizationtoken) | **Post** /v1/unscope_organization_token | UnscopeOrganizationToken removes the organization scope from a token. This endpoint is useful when a user wants to remove an organization: by unscoping the token first, the user can then delete the organization without invalidating his token.
*OrganizationApi* | [**UpdateOrganization**](docs/OrganizationApi.md#updateorganization) | **Put** /v1/organizations/{id} | Update organization
*OrganizationApi* | [**UpdateOrganization2**](docs/OrganizationApi.md#updateorganization2) | **Patch** /v1/organizations/{id} | Update organization
*OrganizationApi* | [**UpdateOrganizationPlan**](docs/OrganizationApi.md#updateorganizationplan) | **Post** /v1/organizations/{id}/plan | Update organization plan
Expand All @@ -155,6 +156,7 @@ Class | Method | HTTP request | Description
*PersistentVolumesApi* | [**CreatePersistentVolume**](docs/PersistentVolumesApi.md#createpersistentvolume) | **Post** /v1/volumes | Create a PersistentVolume
*PersistentVolumesApi* | [**DeletePersistentVolume**](docs/PersistentVolumesApi.md#deletepersistentvolume) | **Delete** /v1/volumes/{id} | Delete a PersistentVolume
*PersistentVolumesApi* | [**GetPersistentVolume**](docs/PersistentVolumesApi.md#getpersistentvolume) | **Get** /v1/volumes/{id} | Get a PersistentVolume
*PersistentVolumesApi* | [**ListPersistentVolumeEvents**](docs/PersistentVolumesApi.md#listpersistentvolumeevents) | **Get** /v1/volume_events | List Persistent Volume events
*PersistentVolumesApi* | [**ListPersistentVolumes**](docs/PersistentVolumesApi.md#listpersistentvolumes) | **Get** /v1/volumes | List all PersistentVolumes
*PersistentVolumesApi* | [**UpdatePersistentVolume**](docs/PersistentVolumesApi.md#updatepersistentvolume) | **Post** /v1/volumes/{id} | Update a PersistentVolume
*ProfileApi* | [**AcceptOrganizationInvitation**](docs/ProfileApi.md#acceptorganizationinvitation) | **Post** /v1/account/organization_invitations/{id}/accept |
Expand Down Expand Up @@ -410,6 +412,7 @@ Class | Method | HTTP request | Description
- [ListOrganizationInvitationsReply](docs/ListOrganizationInvitationsReply.md)
- [ListOrganizationMembersReply](docs/ListOrganizationMembersReply.md)
- [ListPaymentMethodsReply](docs/ListPaymentMethodsReply.md)
- [ListPersistentVolumeEventsReply](docs/ListPersistentVolumeEventsReply.md)
- [ListPersistentVolumesReply](docs/ListPersistentVolumesReply.md)
- [ListRegionalDeploymentEventsReply](docs/ListRegionalDeploymentEventsReply.md)
- [ListRegionalDeploymentsReply](docs/ListRegionalDeploymentsReply.md)
Expand All @@ -431,6 +434,9 @@ Class | Method | HTTP request | Description
- [NeonPostgresDatabaseNeonRole](docs/NeonPostgresDatabaseNeonRole.md)
- [NeonPostgresSummary](docs/NeonPostgresSummary.md)
- [NextInvoiceReply](docs/NextInvoiceReply.md)
- [NextInvoiceReplyLine](docs/NextInvoiceReplyLine.md)
- [NextInvoiceReplyLinePeriod](docs/NextInvoiceReplyLinePeriod.md)
- [NextInvoiceReplyLinePrice](docs/NextInvoiceReplyLinePrice.md)
- [Notification](docs/Notification.md)
- [NotificationList](docs/NotificationList.md)
- [OAuthCallbackReply](docs/OAuthCallbackReply.md)
Expand All @@ -451,6 +457,7 @@ Class | Method | HTTP request | Description
- [PeriodUsage](docs/PeriodUsage.md)
- [PersistentVolume](docs/PersistentVolume.md)
- [PersistentVolumeBackingStore](docs/PersistentVolumeBackingStore.md)
- [PersistentVolumeEvent](docs/PersistentVolumeEvent.md)
- [PersistentVolumeQuotas](docs/PersistentVolumeQuotas.md)
- [PersistentVolumeStatus](docs/PersistentVolumeStatus.md)
- [Plan](docs/Plan.md)
Expand Down
Loading

0 comments on commit 631dff7

Please sign in to comment.