Skip to content

Commit 499853c

Browse files
author
Sachin Maheshwari
committed
swagger api changes for v5.
1 parent 9b2ff12 commit 499853c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/swagger_api.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ info:
44
description: "TOPCODER EMAIL SERIES - EMAIL SERVER"
55
version: "1.0.0"
66
host: "localhost:4001"
7+
basePath : "/v5/email"
78
schemes:
8-
- "http"
9+
- "https"
910
securityDefinitions:
1011
jwt:
1112
type: apiKey
@@ -14,7 +15,7 @@ securityDefinitions:
1415
description: JWT Authentication. Provide API Key in the form 'Bearer <token>'.
1516

1617
paths:
17-
/templates/eventType/{name}:
18+
/templates/{name}:
1819
get:
1920
description:
2021
get email template placholders name

0 commit comments

Comments
 (0)