Skip to content

Commit

Permalink
Merge pull request #562 from openedx/zafzal/remove-filters-from-api
Browse files Browse the repository at this point in the history
fix: remove bulk_revoke filter param
  • Loading branch information
zamanafzal authored Jan 16, 2024
2 parents 6ec6e02 + 6559310 commit 141e10e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,23 +231,6 @@ endpoints:
items:
type: "string"
description: "user email"
filters:
name: "Revokefilters"
description: "Filters for lookup and filtering of licenses to revoke."
type: "array"
items:
type: "object"
description: "Values provided to perform filtering against."
properties:
user_email:
description: "User email filter"
type: "string"
status_in:
description: "Array of valid license statuses"
type: "array"
items:
type: "string"
description: "status of the license"
responses: *bulk_revoke_responses
x-amazon-apigateway-integration:
responses: *bulk_revoke_apigateway_responses
Expand Down
17 changes: 0 additions & 17 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,23 +245,6 @@ endpoints:
items:
type: string
description: user email
filters:
name: "Revokefilters"
description: Filters for lookup and filtering of licenses to revoke.
type: array
items:
type: object
description: Values provided to perform filtering against.
properties:
user_email:
description: User email filter
type: string
status_in:
description: Array of valid license statuses
type: array
items:
type: string
description: status of the license
responses:
"204":
description: No Content - All revocations were successful
Expand Down

0 comments on commit 141e10e

Please sign in to comment.