Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Jan 10, 2024
1 parent 910739c commit b921936
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions management/server/http/api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ paths:
summary: List all Rules
description: Returns a list of all rules. This will be deprecated in favour of `/api/policies`.
tags: [ Rules ]
depricated: true
deprecated: true
security:
- BearerAuth: [ ]
- TokenAuth: [ ]
Expand All @@ -1848,7 +1848,7 @@ paths:
post:
summary: Create a Rule
description: Creates a rule. This will be deprecated in favour of `/api/policies`.
depricated: true
deprecated: true
tags: [ Rules ]
security:
- BearerAuth: [ ]
Expand All @@ -1870,7 +1870,7 @@ paths:
get:
summary: Retrieve a Rule
description: Get information about a rules. This will be deprecated in favour of `/api/policies/{policyID}`.
depricated: true
deprecated: true
tags: [ Rules ]
security:
- BearerAuth: [ ]
Expand Down Expand Up @@ -1900,7 +1900,7 @@ paths:
put:
summary: Update a Rule
description: Update/Replace a rule. This will be deprecated in favour of `/api/policies/{policyID}`.
depricated: true
deprecated: true
tags: [ Rules ]
security:
- BearerAuth: [ ]
Expand Down Expand Up @@ -1936,7 +1936,7 @@ paths:
delete:
summary: Delete a Rule
description: Delete a rule. This will be deprecated in favour of `/api/policies/{policyID}`.
depricated: true
deprecated: true
tags: [ Rules ]
security:
- BearerAuth: [ ]
Expand Down

0 comments on commit b921936

Please sign in to comment.