Skip to content

Commit

Permalink
update type for complete publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Apr 6, 2023
1 parent 3291b40 commit 09e69af
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 44 deletions.
5 changes: 4 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ paths:
tags:
- Team
requestBody:
$ref: '#/components/requestBodies/PublishProviderRequest'
content:
application/json:
schema:
$ref: '#/components/schemas/Provider'
components:
schemas:
ProviderDetail:
Expand Down
87 changes: 45 additions & 42 deletions pkg/providerregistrysdk/api.gen.go

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

2 changes: 1 addition & 1 deletion pkg/providerregistrysdk/prmocks/mock_client.go

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

0 comments on commit 09e69af

Please sign in to comment.