Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ paths:
operationId: refreshAplCatalogCache
x-eov-operation-handler: v2/catalogs/refresh
description: Refresh BYO catalog cache(s)
x-aclSchema: AplCatalog
x-aclSchema: AplCatalogRefresh
parameters:
- name: catalogId
in: query
Expand Down Expand Up @@ -2455,6 +2455,12 @@ components:
required:
- kind
- spec
AplCatalogRefresh:
type: object
x-acl:
platformAdmin: [create-any]
teamAdmin: [create-any]
teamMember: [create-any]
Comment on lines +2458 to +2463

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merll can you verify this?

AplCatalogRequest:
allOf:
- $ref: '#/components/schemas/AplCatalog'
Expand Down
Loading