Skip to content

Commit

Permalink
fix(api): test endpoint for Notification API
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal committed Sep 27, 2024
1 parent 01896ff commit d1b7843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/spec/src/notification/rule.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,6 @@ interface Rules {
@operationId("testNotificationRule")
test(@path ruleId: ULID): {
@statusCode _: 201;
@body body: Event;
} | OpenMeter.NotFoundError | OpenMeter.CommonErrors;
}

0 comments on commit d1b7843

Please sign in to comment.