Skip to content

Commit

Permalink
Updated ruleset paths in line with implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ostephens committed Mar 11, 2024
1 parent 5dc6686 commit 8ab5102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/serials-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ paths:
$ref: '#/components/schemas/HttpError'
'500':
description: Internal server error
/serials-management/rulesets/{uuid}/activate:
/serials-management/rulesets/{uuid}/active:
post:
summary: Activate a ruleset
operationId: activateRuleset
Expand Down Expand Up @@ -464,7 +464,7 @@ paths:
description: Forbidden
'500':
description: Internal server error
/serials-management/rulesets/{uuid}/deprecate:
/serials-management/rulesets/{uuid}/deprecated:
post:
summary: Deprecate a ruleset
operationId: depricateRuleset
Expand Down

0 comments on commit 8ab5102

Please sign in to comment.