Skip to content

Commit

Permalink
use publish provider response
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Apr 11, 2023
1 parent 2a09520 commit d833498
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 54 deletions.
11 changes: 1 addition & 10 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,7 @@ paths:
operationId: user-publish-provider
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
properties:
provider:
$ref: '#/components/schemas/ProviderDetail'
required:
- provider
$ref: '#/components/responses/PublishProviderResponse'
'400':
$ref: '#/components/responses/ErrorResponse'
'500':
Expand Down
96 changes: 52 additions & 44 deletions pkg/providerregistrysdk/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d833498

Please sign in to comment.