This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tests MessagerieBoiteReception pagination
- Loading branch information
1 parent
939af94
commit 02b9034
Showing
6 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
OpenAPI/components/paths/messagerie/boiteReceptionPagination.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
get: | ||
summary: Retourne les fils de discussion. | ||
operationId: messagerieBoiteReceptionPagination | ||
tags: | ||
- Messagerie | ||
security: | ||
- AuthToken: [ ] | ||
- AppVersion: [ ] | ||
parameters: | ||
- in: path | ||
description: Le nombre de fils de discussion les plus récents à tronquer. | ||
name: pagination | ||
required: true | ||
schema: | ||
type: number | ||
responses: | ||
200: | ||
description: Le serveur retourne les fils de discussion. | ||
content: | ||
application/json: | ||
schema: | ||
$ref: '../../responses/messagerie/boiteReception.yaml' | ||
403: | ||
description: Le serveur vous refuse l'accès. | ||
content: | ||
application/json: | ||
schema: | ||
$ref: '../../schemas/errmsg.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters