mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 17:25:39 +03:00
docs: Fix typos in Swagger
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
* example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ4...
|
* example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ4...
|
||||||
* headers:
|
* headers:
|
||||||
* Set-Cookie:
|
* Set-Cookie:
|
||||||
* description: HTTP-only authentication cookie (if withHttpOnlyToken is true)
|
* description: HTTP-only authentication cookie (if `withHttpOnlyToken` is true)
|
||||||
* schema:
|
* schema:
|
||||||
* type: string
|
* type: string
|
||||||
* example: httpOnlyToken=29aa3e38-8d24-4029-9743-9cbcf0a0dd5c; HttpOnly; Secure; SameSite=Strict
|
* example: httpOnlyToken=29aa3e38-8d24-4029-9743-9cbcf0a0dd5c; HttpOnly; Secure; SameSite=Strict
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
* example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ4...
|
* example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ4...
|
||||||
* headers:
|
* headers:
|
||||||
* Set-Cookie:
|
* Set-Cookie:
|
||||||
* description: HTTP-only authentication cookie (if withHttpOnlyToken is true)
|
* description: HTTP-only authentication cookie (if `withHttpOnlyToken` is true)
|
||||||
* schema:
|
* schema:
|
||||||
* type: string
|
* type: string
|
||||||
* example: httpOnlyToken=29aa3e38-8d24-4029-9743-9cbcf0a0dd5c; HttpOnly; Secure; SameSite=Strict
|
* example: httpOnlyToken=29aa3e38-8d24-4029-9743-9cbcf0a0dd5c; HttpOnly; Secure; SameSite=Strict
|
||||||
|
|||||||
@@ -53,11 +53,11 @@
|
|||||||
* example: false
|
* example: false
|
||||||
* alwaysDisplayCardCreator:
|
* alwaysDisplayCardCreator:
|
||||||
* type: boolean
|
* type: boolean
|
||||||
* description: Whether to limit card types to default one
|
* description: Whether to always display card creators
|
||||||
* example: false
|
* example: false
|
||||||
* expandTaskListsByDefault:
|
* expandTaskListsByDefault:
|
||||||
* type: boolean
|
* type: boolean
|
||||||
* description: Whether to always display the card creator
|
* description: Whether to expand task lists by default
|
||||||
* example: false
|
* example: false
|
||||||
* isSubscribed:
|
* isSubscribed:
|
||||||
* type: boolean
|
* type: boolean
|
||||||
|
|||||||
@@ -55,7 +55,6 @@
|
|||||||
* dueDate:
|
* dueDate:
|
||||||
* type: string
|
* type: string
|
||||||
* format: date-time
|
* format: date-time
|
||||||
* nullable: true
|
|
||||||
* description: Due date for the card
|
* description: Due date for the card
|
||||||
* example: 2024-01-01T00:00:00.000Z
|
* example: 2024-01-01T00:00:00.000Z
|
||||||
* isDueCompleted:
|
* isDueCompleted:
|
||||||
|
|||||||
Reference in New Issue
Block a user