📝(backend) clarify trailing slash requirement in API Swagger doc

Specify that POST routes require a trailing slash to avoid
confusion and incorrect usage from API consumers.
This commit is contained in:
lebaudantoine
2026-03-24 15:30:41 +01:00
parent c09c440631
commit 9df901b9d6
2 changed files with 2 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ paths:
'403':
$ref: '#/components/responses/ForbiddenError'
/rooms/:
post:
tags:
- Rooms

View File

@@ -113,6 +113,7 @@ paths:
'403':
$ref: '#/components/responses/ForbiddenError'
/rooms/:
post:
tags:
- Rooms