Skip to content

Commit

Permalink
run "konfig fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Feb 1, 2024
1 parent 097745a commit 1b3a433
Show file tree
Hide file tree
Showing 2 changed files with 994 additions and 191 deletions.
14 changes: 13 additions & 1 deletion .konfig/progress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,18 @@ operationIds:
get: PostalCodes_getServiceability
/quotes:
post: Quotes_create
/quotes/service-groups/{service_group_id}/estimate:
get: QuoteServiceGroups_getEstimate
/quotes/service_groups/{service_group_id}/locations:
put: QuoteServiceGroups_changeLocations
/quotes/{inventory_id}/inventory:
delete: QuoteInventory_delete
put: QuoteInventory_update
/quotes/{quote_id}:
get: Quotes_get
/quotes/{quote_id}/inventory:
get: QuoteInventory_get
post: QuoteInventory_create
/quotes/{quote_id}/service-group/{service_group_id}:
delete: QuoteServiceGroups_delete
get: QuoteServiceGroups_get
Expand All @@ -34,7 +44,9 @@ operationIds:
put: QuoteServiceGroups_update
/quotes/{quote_id}/service_groups/{service_group_id}/flexible:
post: QuoteServiceGroups_createFlexible
operationTags: {}
operationTags:
/quotes/service-groups/{service_group_id}/estimate:
get: QuoteServiceGroups
renameTags: {}
requestSchemaNames:
/quotes/service_groups/{service_group_id}/locations:
Expand Down
Loading

0 comments on commit 1b3a433

Please sign in to comment.