Skip to content

Commit

Permalink
Update API definition
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Sep 8, 2024
1 parent dc7b2be commit a3e7505
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Fyreplace/Resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: Fyreplace API
version: v0.5.0
version: v0.6.0
paths:
/emails:
get:
Expand Down Expand Up @@ -37,6 +37,11 @@ paths:
tags:
- Emails Endpoint
operationId: createEmail
parameters:
- name: customDeepLinks
in: query
schema:
type: boolean
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1018,6 +1023,11 @@ paths:
tags:
- Tokens Endpoint
operationId: createNewToken
parameters:
- name: customDeepLinks
in: query
schema:
type: boolean
requestBody:
content:
application/json:
Expand All @@ -1044,6 +1054,11 @@ paths:
tags:
- Users Endpoint
operationId: createUser
parameters:
- name: customDeepLinks
in: query
schema:
type: boolean
requestBody:
content:
application/json:
Expand Down

0 comments on commit a3e7505

Please sign in to comment.