Skip to content

Commit 7b1a17e

Browse files
prateekj117iamareebjamal
authored andcommitted
docs: Correct endpoint Url for creation of Ticket Discount Code (#6261)
1 parent 3609c52 commit 7b1a17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/api_blueprint.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17483,7 +17483,7 @@ Create a new Discount Code for event. (Only Admin)
1748317483
+ sort (optional, string, `code`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
1748417484
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
1748517485

17486-
### Create Ticket Discount Code [POST]
17486+
### Create Ticket Discount Code [POST /v1/discount-codes{?page%5bsize%5d,page%5bnumber%5d,sort,filter}]
1748717487
Create a new Discount Code for event. (Only by Co-organizers)
1748817488

1748917489
+ Request (application/vnd.api+json)

0 commit comments

Comments
 (0)