Paths/Endpoints¶
| CLASS | DESCRIPTION |
|---|---|
PlankaEndpoints |
|
PlankaEndpoints
¶
PlankaEndpoints(client: Client)
| METHOD | DESCRIPTION |
|---|---|
acceptTerms |
Accept terms during the authentication flow. Converts the pending token to an access token. |
clearList |
Deletes all cards from a list. Only works with trash-type lists. Requires project manager or board editor permissions. |
createAccessToken |
Authenticates a user using email/username and password. Returns an access token for API authentication. |
createAttachment |
Creates an attachment on a card. Requires board editor permissions. |
createBackgroundImage |
Uploads a background image for a project. Requires project manager permissions. |
createBaseCustomFieldGroup |
Creates a base custom field group within a project. Requires project manager permissions. |
createBoard |
Creates a board within a project. Supports importing from Trello. Requires project manager permissions. |
createBoardCustomFieldGroup |
Creates a custom field group within a board. Either |
createBoardMembership |
Creates a board membership within a board. Requires project manager permissions. |
createBoardNotificationService |
Creates a new notification service for a board. Requires project manager permissions. |
createCard |
Creates a card within a list. Requires board editor permissions. |
createCardCustomFieldGroup |
Creates a custom field group within a card. Either |
createCardLabel |
Adds a label to a card. Requires board editor permissions. |
createCardMembership |
Adds a user to a card. Requires board editor permissions. |
createComment |
Creates a new comment on a card. Requires board editor permissions or comment permissions. |
createCustomFieldInBaseGroup |
Creates a custom field within a base custom field group. Requires project manager permissions. |
createCustomFieldInGroup |
Creates a custom field within a custom field group. Requires board editor permissions. |
createLabel |
Creates a label within a board. Requires board editor permissions. |
createList |
Creates a list within a board. Requires board editor permissions. |
createProject |
Creates a project. The current user automatically becomes a project manager. |
createProjectManager |
Creates a project manager within a project. Requires admin privileges for shared projects or existing project manager permissions. The user must be an admin or project owner. |
createTask |
Creates a task within a task list. Either |
createTaskList |
Creates a task list within a card. Requires board editor permissions. |
createUser |
Creates a user account. Requires admin privileges. |
createUserNotificationService |
Creates a new notification service for a user. Users can only create services for themselves. |
createWebhook |
Creates a webhook. Requires admin privileges. |
deleteAccessToken |
Logs out the current user by deleting the session and access token. Clears HTTP-only cookies if present. |
deleteAttachment |
Deletes an attachment. Requires board editor permissions. |
deleteBackgroundImage |
Deletes a background image. Requires project manager permissions. |
deleteBaseCustomFieldGroup |
Deletes a base custom field group. Requires project manager permissions. |
deleteBoard |
Deletes a board and all its contents (lists, cards, etc.). Requires project manager permissions. |
deleteBoardMembership |
Deletes a board membership. Users can remove their own membership, project managers can remove any membership. |
deleteCard |
Deletes a card and all its contents (tasks, attachments, etc.). Requires board editor permissions. |
deleteCardLabel |
Removes a label from a card. Requires board editor permissions. |
deleteCardMembership |
Removes a user from a card. Requires board editor permissions. |
deleteComment |
Deletes a comment. Can be deleted by the comment author (with comment permissions) or project manager. |
deleteCustomField |
Deletes a custom field. Can delete the in base custom field group (requires project manager permissions) or the custom field group (requires board editor permissions). |
deleteCustomFieldGroup |
Deletes a custom field group. Requires board editor permissions. |
deleteCustomFieldValue |
Deletes a custom field value for a specific card. Requires board editor permissions. |
deleteLabel |
Deletes a label. Requires board editor permissions. |
deleteList |
Deletes a list and moves its cards to a trash list. Can only delete finite lists. Requires board editor permissions. |
deleteNotificationService |
Deletes a notification service. Users can delete their own services, project managers can delete board services. |
deleteProject |
Deletes a project. The project must not have any boards. Requires project manager permissions. |
deleteProjectManager |
Deletes a project manager. Requires admin privileges for shared projects or existing project manager permissions. Cannot remove the last project manager. |
deleteTask |
Deletes a task. Requires board editor permissions. |
deleteTaskList |
Deletes a task list and all its tasks. Requires board editor permissions. |
deleteUser |
Deletes a user account. Cannot delete the default admin user. Requires admin privileges. |
deleteWebhook |
Deletes a webhook. Requires admin privileges. |
duplicateCard |
Creates a duplicate of a card with all its contents (tasks, attachments, etc.). Requires board editor permissions. |
exchangeForAccessTokenWithOidc |
Exchanges an OIDC authorization code for an access token. Creates a user if they do not exist. |
getBoard |
Retrieves comprehensive board information, including lists, cards, and other related data. |
getBoardActions |
Retrieves a list of actions (activity history) for a specific board, with pagination support. |
getCard |
Retrieves comprehensive card information, including tasks, attachments, and other related data. |
getCardActions |
Retrieves a list of actions (activity history) for a specific card, with pagination support. |
getCards |
Retrieves cards from an endless list with filtering, search, and pagination support. |
getComments |
Retrieves comments for a card with pagination support. Requires access to the card. |
getConfig |
Retrieves the application configuration. |
getCustomFieldGroup |
Retrieves comprehensive custom field group information, including fields and values. Requires access to the board/card. |
getList |
Retrieves comprehensive list information, including cards, attachments, and other related data. Requires access to the board. |
getNotification |
Retrieves notification, including creator users. Users can only access their own notifications. |
getNotifications |
Retrieves all unread notifications for the current user, including creator users. |
getProject |
Retrieves comprehensive project information, including boards, board memberships, and other related data. |
getProjects |
Retrieves all projects the current user has access to, including managed projects, membership projects, and shared projects (for admins). |
getTaskList |
Retrieves task list information, including tasks. Requires access to the card. |
getTerms |
Retrieves terms and conditions in the specified language. |
getUser |
Retrieves a user. Use 'me' as ID to get the current user. |
getUsers |
Retrieves a list of all users. Requires admin or project owner privileges. |
getWebhooks |
Retrieves a list of all configured webhooks. Requires admin privileges. |
moveListCards |
Moves all cards from a closed list to an archive list. Requires board editor permissions. |
readAllNotifications |
Marks all notifications for the current user as read. |
readCardNotifications |
Marks all notifications for a specific card as read for the current user. Requires access to the card. |
revokePendingToken |
Revokes a pending authentication token and cancels the authentication flow. |
sortList |
Sorts all cards within a list. Requires board editor permissions. |
testNotificationService |
Sends a test notification to verify the notification service is working. Users can test their own services, project managers can test board services. |
updateAttachment |
Updates an attachment. Requires board editor permissions. |
updateBaseCustomFieldGroup |
Updates a base custom field group. Requires project manager permissions. |
updateBoard |
Updates a board. Project managers can update all fields, board members can only subscribe/unsubscribe. |
updateBoardMembership |
Updates a board membership. Requires project manager permissions. |
updateCard |
Updates a card. Board editors can update all fields, viewers can only subscribe/unsubscribe. |
updateComments |
Updates a comment. Only the author of the comment can update it. |
updateCustomField |
Updates a custom field. Can update in the base custom field group (requires project manager permissions) or the custom field group (requires board editor permissions). |
updateCustomFieldGroup |
Updates a custom field group. Supports both board-wide and card-specific groups. Requires board editor permissions. |
updateCustomFieldValue |
Creates or updates a custom field value for a card. Requires board editor permissions. |
updateLabel |
Updates a label. Requires board editor permissions. |
updateList |
Updates a list. Can move lists between boards. Requires board editor permissions. |
updateNotification |
Updates a notification. Users can only update their own notifications. |
updateNotificationService |
Updates a notification service. Users can update their own services, project managers can update board services. |
updateProject |
Updates a project. Accessible fields depend on user permissions. |
updateTask |
Updates a task. Linked card tasks have limited update options. Requires board editor permissions. |
updateTaskList |
Updates a task list. Requires board editor permissions. |
updateUser |
Updates a user. Users can update their own profile, admins can update any user. |
updateUserAvatar |
Updates a user's avatar image. Users can update their own avatar, admins can update any user's avatar. |
updateUserEmail |
Updates a user's email address. Users must provide current password when updating their own email. Admins can update any user's email without a password. |
updateUserPassword |
Updates a user's password. Users must provide a current password when updating their own password. Admins can update any user's password without the current password. Returns a new access token when updating own password. |
updateUserUsername |
Updates a user's username. Users must provide a current password when updating their own username (unless they are SSO users with |
updateWebhook |
Updates a webhook. Requires admin privileges. |
Source code in src/plankapy/v2/api/paths.py
25 26 | |
acceptTerms
¶
acceptTerms(**kwargs: Unpack[Request_acceptTerms]) -> Response_acceptTerms
Accept terms during the authentication flow. Converts the pending token to an access token.
| PARAMETER | DESCRIPTION |
|---|---|
|
Pending token received from the authentication flow
TYPE:
|
|
Terms signature hash based on user role
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Error
|
401 Invalid pending token |
Error
|
403 Authentication restriction |
Source code in src/plankapy/v2/api/paths.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | |
clearList
¶
clearList(id: str) -> Response_clearList
Deletes all cards from a list. Only works with trash-type lists. Requires project manager or board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to clear (must be a trash-type list))
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 | |
createAccessToken
¶
createAccessToken(**kwargs: Unpack[Request_createAccessToken]) -> Response_createAccessToken
Authenticates a user using email/username and password. Returns an access token for API authentication.
| PARAMETER | DESCRIPTION |
|---|---|
|
Email address or username of the user
TYPE:
|
|
Password of the user
TYPE:
|
|
Whether to include an HTTP-only authentication cookie
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Error
|
401 Invalid credentials |
Error
|
403 Authentication restriction |
Source code in src/plankapy/v2/api/paths.py
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | |
createAttachment
¶
createAttachment(cardId: str, mime_type: str | None = None, **kwargs: Unpack[Request_createAttachment]) -> Response_createAttachment
Creates an attachment on a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to create the attachment on)
TYPE:
|
|
Optional mime type for file uploads
TYPE:
|
|
Type of the attachment
TYPE:
|
|
File to upload
TYPE:
|
|
URL for the link attachment
TYPE:
|
|
Name/title of the attachment
TYPE:
|
|
Request ID for tracking
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Error
|
422 Upload or validation error |
Source code in src/plankapy/v2/api/paths.py
176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | |
createBackgroundImage
¶
createBackgroundImage(projectId: str, mime_type: str | None = None, **kwargs: Unpack[Request_createBackgroundImage]) -> Response_createBackgroundImage
Uploads a background image for a project. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to upload background image for)
TYPE:
|
|
Optional mime type for the file upload
TYPE:
|
|
Background image file (must be an image format)
TYPE:
|
|
Request ID for tracking
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Error
|
422 File upload error |
Source code in src/plankapy/v2/api/paths.py
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 | |
createBaseCustomFieldGroup
¶
createBaseCustomFieldGroup(projectId: str, **kwargs: Unpack[Request_createBaseCustomFieldGroup]) -> Response_createBaseCustomFieldGroup
Creates a base custom field group within a project. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to create the base custom field group in)
TYPE:
|
|
Name/title of the base custom field group
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 | |
createBoard
¶
createBoard(projectId: str, **kwargs: Unpack[Request_createBoard]) -> Response_createBoard
Creates a board within a project. Supports importing from Trello. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to create the board in)
TYPE:
|
|
Position of the board within the project
TYPE:
|
|
Name/title of the board
TYPE:
|
|
Type of import
TYPE:
|
|
Import file
TYPE:
|
|
Request ID for tracking
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Error
|
422 Import file upload error |
Source code in src/plankapy/v2/api/paths.py
440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 | |
createBoardCustomFieldGroup
¶
createBoardCustomFieldGroup(boardId: str, **kwargs: Unpack[Request_createBoardCustomFieldGroup]) -> Response_createBoardCustomFieldGroup
Creates a custom field group within a board. Either baseCustomFieldGroupId or name must be provided. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to create the custom field group in)
TYPE:
|
|
ID of the base custom field group used as a template
TYPE:
|
|
Position of the custom field group within the board
TYPE:
|
|
Name/title of the custom field group (required if
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 | |
createBoardMembership
¶
createBoardMembership(boardId: str, **kwargs: Unpack[Request_createBoardMembership]) -> Response_createBoardMembership
Creates a board membership within a board. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to create the board membership in)
TYPE:
|
|
ID of the user who is a member of the board
TYPE:
|
|
Role of the user in the board
TYPE:
|
|
Whether the user can comment on cards (applies only to viewers)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 | |
createBoardNotificationService
¶
createBoardNotificationService(boardId: str, **kwargs: Unpack[Request_createBoardNotificationService]) -> Response_createBoardNotificationService
Creates a new notification service for a board. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to create notification service for)
TYPE:
|
|
URL endpoint for notifications
TYPE:
|
|
Format for notification messages
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 | |
createCard
¶
createCard(listId: str, **kwargs: Unpack[Request_createCard]) -> Response_createCard
Creates a card within a list. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to create the card in)
TYPE:
|
|
Type of the card
TYPE:
|
|
Position of the card within the list
TYPE:
|
|
Name/title of the card
TYPE:
|
|
Detailed description of the card
TYPE:
|
|
Due date for the card
TYPE:
|
|
Whether the due date is completed
TYPE:
|
|
Stopwatch data for time tracking |
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 | |
createCardCustomFieldGroup
¶
createCardCustomFieldGroup(cardId: str, **kwargs: Unpack[Request_createCardCustomFieldGroup]) -> Response_createCardCustomFieldGroup
Creates a custom field group within a card. Either baseCustomFieldGroupId or name must be provided. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to create the custom field group in)
TYPE:
|
|
ID of the base custom field group used as a template
TYPE:
|
|
Position of the custom field group within the card
TYPE:
|
|
Name/title of the custom field group (required if
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 | |
createCardLabel
¶
createCardLabel(cardId: str, **kwargs: Unpack[Request_createCardLabel]) -> Response_createCardLabel
Adds a label to a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to add the label to)
TYPE:
|
|
ID of the label to add to the card
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 | |
createCardMembership
¶
createCardMembership(cardId: str, **kwargs: Unpack[Request_createCardMembership]) -> Response_createCardMembership
Adds a user to a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to add the user to)
TYPE:
|
|
ID of the card to add the user to
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 | |
createComment
¶
createComment(cardId: str, **kwargs: Unpack[Request_createComment]) -> Response_createComment
Creates a new comment on a card. Requires board editor permissions or comment permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to create the comment on)
TYPE:
|
|
Content of the comment
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 | |
createCustomFieldInBaseGroup
¶
createCustomFieldInBaseGroup(baseCustomFieldGroupId: str, **kwargs: Unpack[Request_createCustomFieldInBaseGroup]) -> Response_createCustomFieldInBaseGroup
Creates a custom field within a base custom field group. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the base custom field group to create the custom field in)
TYPE:
|
|
Position of the custom field within the group
TYPE:
|
|
Name/title of the custom field
TYPE:
|
|
Whether to show the field on the front of cards
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 | |
createCustomFieldInGroup
¶
createCustomFieldInGroup(customFieldGroupId: str, **kwargs: Unpack[Request_createCustomFieldInGroup]) -> Response_createCustomFieldInGroup
Creates a custom field within a custom field group. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the custom field group to create the custom field in)
TYPE:
|
|
Position of the custom field within the group
TYPE:
|
|
Name/title of the custom field
TYPE:
|
|
Whether to show the field on the front of cards
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 | |
createLabel
¶
createLabel(boardId: str, **kwargs: Unpack[Request_createLabel]) -> Response_createLabel
Creates a label within a board. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to create the label in)
TYPE:
|
|
Position of the label within the board
TYPE:
|
|
Name/title of the label
TYPE:
|
|
Color of the label
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 | |
createList
¶
createList(boardId: str, **kwargs: Unpack[Request_createList]) -> Response_createList
Creates a list within a board. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to create the list in)
TYPE:
|
|
Type/status of the list
TYPE:
|
|
Position of the list within the board
TYPE:
|
|
Name/title of the list
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 | |
createProject
¶
createProject(**kwargs: Unpack[Request_createProject]) -> Response_createProject
Creates a project. The current user automatically becomes a project manager.
| PARAMETER | DESCRIPTION |
|---|---|
|
Type of the project
TYPE:
|
|
Name/title of the project
TYPE:
|
|
Detailed description of the project
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Source code in src/plankapy/v2/api/paths.py
1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 | |
createProjectManager
¶
createProjectManager(projectId: str, **kwargs: Unpack[Request_createProjectManager]) -> Response_createProjectManager
Creates a project manager within a project. Requires admin privileges for shared projects or existing project manager permissions. The user must be an admin or project owner.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to create the project manager in)
TYPE:
|
|
ID of the user who is assigned as project manager
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 | |
createTask
¶
createTask(taskListId: str, **kwargs: Unpack[Request_createTask]) -> Response_createTask
Creates a task within a task list. Either linkedCardId or name must be provided. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the task list to create task in)
TYPE:
|
|
ID of the card linked to the task
TYPE:
|
|
Position of the task within the task list
TYPE:
|
|
Name/title of the task (required if
TYPE:
|
|
Whether the task is completed
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 | |
createTaskList
¶
createTaskList(cardId: str, **kwargs: Unpack[Request_createTaskList]) -> Response_createTaskList
Creates a task list within a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to create task list in)
TYPE:
|
|
Position of the task list within the card
TYPE:
|
|
Name/title of the task list
TYPE:
|
|
Whether to show the task list on the front of the card
TYPE:
|
|
Whether to hide completed tasks
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 | |
createUser
¶
createUser(**kwargs: Unpack[Request_createUser]) -> Response_createUser
Creates a user account. Requires admin privileges.
| PARAMETER | DESCRIPTION |
|---|---|
|
Email address for login and notifications
TYPE:
|
|
Password for user authentication (must meet password requirements)
TYPE:
|
|
User role defining access permissions
TYPE:
|
|
Full display name of the user
TYPE:
|
|
Unique username for user identification
TYPE:
|
|
Contact phone number
TYPE:
|
|
Organization or company name
TYPE:
|
|
Preferred language for user interface and notifications
TYPE:
|
|
Whether the user subscribes to their own cards
TYPE:
|
|
Whether the user subscribes to cards when commenting
TYPE:
|
|
Whether recent card highlighting is disabled
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 | |
createUserNotificationService
¶
createUserNotificationService(userId: str, **kwargs: Unpack[Request_createUserNotificationService]) -> Response_createUserNotificationService
Creates a new notification service for a user. Users can only create services for themselves.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user to create notification service for (must be the current user))
TYPE:
|
|
URL endpoint for notifications
TYPE:
|
|
Format for notification messages
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 | |
createWebhook
¶
createWebhook(**kwargs: Unpack[Request_createWebhook]) -> Response_createWebhook
Creates a webhook. Requires admin privileges.
| PARAMETER | DESCRIPTION |
|---|---|
|
Name/title of the webhook
TYPE:
|
|
URL endpoint for the webhook
TYPE:
|
|
Access token for webhook authentication
TYPE:
|
|
Comma-separated list of events that trigger the webhook
TYPE:
|
|
Comma-separated list of events excluded from the webhook
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 | |
deleteAccessToken
¶
deleteAccessToken() -> Response_deleteAccessToken
Logs out the current user by deleting the session and access token. Clears HTTP-only cookies if present.
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
Unauthorized
|
401 |
Source code in src/plankapy/v2/api/paths.py
71 72 73 74 75 76 77 78 79 80 81 82 83 84 | |
deleteAttachment
¶
deleteAttachment(id: str) -> Response_deleteAttachment
Deletes an attachment. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the attachment to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 | |
deleteBackgroundImage
¶
deleteBackgroundImage(id: str) -> Response_deleteBackgroundImage
Deletes a background image. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the background image to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 | |
deleteBaseCustomFieldGroup
¶
deleteBaseCustomFieldGroup(id: str) -> Response_deleteBaseCustomFieldGroup
Deletes a base custom field group. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the base custom field group to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 | |
deleteBoard
¶
deleteBoard(id: str) -> Response_deleteBoard
Deletes a board and all its contents (lists, cards, etc.). Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 | |
deleteBoardMembership
¶
deleteBoardMembership(id: str) -> Response_deleteBoardMembership
Deletes a board membership. Users can remove their own membership, project managers can remove any membership.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board membership to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 | |
deleteCard
¶
deleteCard(id: str) -> Response_deleteCard
Deletes a card and all its contents (tasks, attachments, etc.). Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 | |
deleteCardLabel
¶
deleteCardLabel(cardId: str, labelId: str) -> Response_deleteCardLabel
Removes a label from a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to remove the label from)
TYPE:
|
|
ID of the label to remove from the card)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 | |
deleteCardMembership
¶
deleteCardMembership(cardId: str, userId: str) -> Response_deleteCardMembership
Removes a user from a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to remove the user from)
TYPE:
|
|
ID of the user to remove from the card)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 | |
deleteComment
¶
deleteComment(id: str) -> Response_deleteComment
Deletes a comment. Can be deleted by the comment author (with comment permissions) or project manager.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the comment to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 | |
deleteCustomField
¶
deleteCustomField(id: str) -> Response_deleteCustomField
Deletes a custom field. Can delete the in base custom field group (requires project manager permissions) or the custom field group (requires board editor permissions).
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the custom field to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 | |
deleteCustomFieldGroup
¶
deleteCustomFieldGroup(id: str) -> Response_deleteCustomFieldGroup
Deletes a custom field group. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the custom field group to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 | |
deleteCustomFieldValue
¶
deleteCustomFieldValue(cardId: str, customFieldGroupId: str, customFieldId: str) -> Response_deleteCustomFieldValue
Deletes a custom field value for a specific card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to delete the custom field value from)
TYPE:
|
|
ID of the custom field group the value belongs to)
TYPE:
|
|
ID of the custom field the value belongs to)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 | |
deleteLabel
¶
deleteLabel(id: str) -> Response_deleteLabel
Deletes a label. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the label to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 | |
deleteList
¶
deleteList(id: str) -> Response_deleteList
Deletes a list and moves its cards to a trash list. Can only delete finite lists. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 | |
deleteNotificationService
¶
deleteNotificationService(id: str) -> Response_deleteNotificationService
Deletes a notification service. Users can delete their own services, project managers can delete board services.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the notification service to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 | |
deleteProject
¶
deleteProject(id: str) -> Response_deleteProject
Deletes a project. The project must not have any boards. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 | |
deleteProjectManager
¶
deleteProjectManager(id: str) -> Response_deleteProjectManager
Deletes a project manager. Requires admin privileges for shared projects or existing project manager permissions. Cannot remove the last project manager.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project manager to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 | |
deleteTask
¶
deleteTask(id: str) -> Response_deleteTask
Deletes a task. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the task to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 | |
deleteTaskList
¶
deleteTaskList(id: str) -> Response_deleteTaskList
Deletes a task list and all its tasks. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the task list to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 | |
deleteUser
¶
deleteUser(id: str) -> Response_deleteUser
Deletes a user account. Cannot delete the default admin user. Requires admin privileges.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 | |
deleteWebhook
¶
deleteWebhook(id: str) -> Response_deleteWebhook
Deletes a webhook. Requires admin privileges.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the webhook to delete)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 | |
duplicateCard
¶
duplicateCard(id: str, **kwargs: Unpack[Request_duplicateCard]) -> Response_duplicateCard
Creates a duplicate of a card with all its contents (tasks, attachments, etc.). Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to duplicate)
TYPE:
|
|
Position for the duplicated card within the list
TYPE:
|
|
Name/title for the duplicated card
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 | |
exchangeForAccessTokenWithOidc
¶
exchangeForAccessTokenWithOidc(**kwargs: Unpack[Request_exchangeForAccessTokenWithOidc]) -> Response_exchangeForAccessTokenWithOidc
Exchanges an OIDC authorization code for an access token. Creates a user if they do not exist.
| PARAMETER | DESCRIPTION |
|---|---|
|
Authorization code from OIDC provider
TYPE:
|
|
Nonce value for OIDC security
TYPE:
|
|
Whether to include HTTP-only authentication cookie
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Error
|
401 OIDC authentication error |
Error
|
403 Authentication restriction |
Error
|
409 Conflict error |
Error
|
422 Missing required values |
Error
|
500 OIDC configuration error |
Source code in src/plankapy/v2/api/paths.py
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | |
getBoard
¶
getBoard(id: str, **kwargs: Unpack[Request_getBoard]) -> Response_getBoard
Retrieves comprehensive board information, including lists, cards, and other related data.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to retrieve)
TYPE:
|
|
Whether to subscribe to real-time updates for this board (only for socket connections)) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 | |
getBoardActions
¶
getBoardActions(boardId: str, **kwargs: Unpack[Request_getBoardActions]) -> Response_getBoardActions
Retrieves a list of actions (activity history) for a specific board, with pagination support.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to get actions for)
TYPE:
|
|
ID to get actions before (for pagination)) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | |
getCard
¶
getCard(id: str) -> Response_getCard
Retrieves comprehensive card information, including tasks, attachments, and other related data.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to retrieve)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 | |
getCardActions
¶
getCardActions(cardId: str, **kwargs: Unpack[Request_getCardActions]) -> Response_getCardActions
Retrieves a list of actions (activity history) for a specific card, with pagination support.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to get actions for)
TYPE:
|
|
ID to get actions before (for pagination)) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | |
getCards
¶
getCards(listId: str, **kwargs: Unpack[Request_getCards]) -> Response_getCards
Retrieves cards from an endless list with filtering, search, and pagination support.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to get cards from (must be an endless list))
TYPE:
|
|
Pagination cursor (JSON object with id and listChangedAt)) (optional)
TYPE:
|
|
Search term to filter cards) (optional)
TYPE:
|
|
Comma-separated user IDs to filter by members) (optional)
TYPE:
|
|
Comma-separated label IDs to filter by labels) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 | |
getComments
¶
getComments(cardId: str, **kwargs: Unpack[Request_getComments]) -> Response_getComments
Retrieves comments for a card with pagination support. Requires access to the card.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to retrieve comments for)
TYPE:
|
|
ID to get comments before (for pagination)) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 | |
getConfig
¶
getConfig() -> Response_getConfig
Retrieves the application configuration.
Source code in src/plankapy/v2/api/paths.py
893 894 895 896 897 898 | |
getCustomFieldGroup
¶
getCustomFieldGroup(id: str) -> Response_getCustomFieldGroup
Retrieves comprehensive custom field group information, including fields and values. Requires access to the board/card.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the custom field group to retrieve)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 | |
getList
¶
getList(id: str) -> Response_getList
Retrieves comprehensive list information, including cards, attachments, and other related data. Requires access to the board.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to retrieve)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 | |
getNotification
¶
getNotification(id: str) -> Response_getNotification
Retrieves notification, including creator users. Users can only access their own notifications.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the notification to retrieve)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 | |
getNotifications
¶
getNotifications() -> Response_getNotifications
Retrieves all unread notifications for the current user, including creator users.
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Source code in src/plankapy/v2/api/paths.py
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 | |
getProject
¶
getProject(id: str) -> Response_getProject
Retrieves comprehensive project information, including boards, board memberships, and other related data.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to retrieve)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 | |
getProjects
¶
getProjects() -> Response_getProjects
Retrieves all projects the current user has access to, including managed projects, membership projects, and shared projects (for admins).
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Source code in src/plankapy/v2/api/paths.py
1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 | |
getTaskList
¶
getTaskList(id: str) -> Response_getTaskList
Retrieves task list information, including tasks. Requires access to the card.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the task list to retrieve)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 | |
getTerms
¶
getTerms(type: Literal['general', 'extended'], **kwargs: Unpack[Request_getTerms]) -> Response_getTerms
Retrieves terms and conditions in the specified language.
| PARAMETER | DESCRIPTION |
|---|---|
|
Type of terms to retrieve)
TYPE:
|
|
Language code for terms localization) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 | |
getUser
¶
getUser(id: str, **kwargs: Unpack[Request_getUser]) -> Response_getUser
Retrieves a user. Use 'me' as ID to get the current user.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user or 'me' for current user)
TYPE:
|
|
Whether to subscribe to real-time updates for this user (only for socket connections)) (optional)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 | |
getUsers
¶
getUsers() -> Response_getUsers
Retrieves a list of all users. Requires admin or project owner privileges.
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
Source code in src/plankapy/v2/api/paths.py
1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 | |
getWebhooks
¶
getWebhooks() -> Response_getWebhooks
Retrieves a list of all configured webhooks. Requires admin privileges.
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Source code in src/plankapy/v2/api/paths.py
2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 | |
moveListCards
¶
moveListCards(id: str, **kwargs: Unpack[Request_moveListCards]) -> Response_moveListCards
Moves all cards from a closed list to an archive list. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the source list (must be a closed-type list))
TYPE:
|
|
ID of the target list (must be an archive-type list)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 | |
readAllNotifications
¶
readAllNotifications() -> Response_readAllNotifications
Marks all notifications for the current user as read.
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Source code in src/plankapy/v2/api/paths.py
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 | |
readCardNotifications
¶
readCardNotifications(id: str) -> Response_readCardNotifications
Marks all notifications for a specific card as read for the current user. Requires access to the card.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to mark notifications as read for)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 | |
revokePendingToken
¶
revokePendingToken(**kwargs: Unpack[Request_revokePendingToken]) -> Response_revokePendingToken
Revokes a pending authentication token and cancels the authentication flow.
| PARAMETER | DESCRIPTION |
|---|---|
|
Pending token to revoke
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | |
sortList
¶
sortList(id: str, **kwargs: Unpack[Request_sortList]) -> Response_sortList
Sorts all cards within a list. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to sort)
TYPE:
|
|
Field to sort cards by
TYPE:
|
|
Sorting order
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 | |
testNotificationService
¶
testNotificationService(id: str) -> Response_testNotificationService
Sends a test notification to verify the notification service is working. Users can test their own services, project managers can test board services.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the notification service to test)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 | |
updateAttachment
¶
updateAttachment(id: str, **kwargs: Unpack[Request_updateAttachment]) -> Response_updateAttachment
Updates an attachment. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the attachment to update)
TYPE:
|
|
Name/title of the attachment
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 | |
updateBaseCustomFieldGroup
¶
updateBaseCustomFieldGroup(id: str, **kwargs: Unpack[Request_updateBaseCustomFieldGroup]) -> Response_updateBaseCustomFieldGroup
Updates a base custom field group. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the base custom field group to update)
TYPE:
|
|
Name/title of the base custom field group
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 | |
updateBoard
¶
updateBoard(id: str, **kwargs: Unpack[Request_updateBoard]) -> Response_updateBoard
Updates a board. Project managers can update all fields, board members can only subscribe/unsubscribe.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board to update)
TYPE:
|
|
Position of the board within the project
TYPE:
|
|
Name/title of the board
TYPE:
|
|
Default view for the board
TYPE:
|
|
Default card type for new cards
TYPE:
|
|
Whether to limit card types to default one
TYPE:
|
|
Whether to always display card creators
TYPE:
|
|
Whether to expand task lists by default
TYPE:
|
|
Whether the current user is subscribed to the board
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 | |
updateBoardMembership
¶
updateBoardMembership(id: str, **kwargs: Unpack[Request_updateBoardMembership]) -> Response_updateBoardMembership
Updates a board membership. Requires project manager permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the board membership to update)
TYPE:
|
|
Role of the user in the board
TYPE:
|
|
Whether the user can comment on cards (applies only to viewers)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 | |
updateCard
¶
updateCard(id: str, **kwargs: Unpack[Request_updateCard]) -> Response_updateCard
Updates a card. Board editors can update all fields, viewers can only subscribe/unsubscribe.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to update)
TYPE:
|
|
ID of the board to move the card to
TYPE:
|
|
ID of the list to move the card to
TYPE:
|
|
ID of the attachment used as cover
TYPE:
|
|
Type of the card
TYPE:
|
|
Position of the card within the list
TYPE:
|
|
Name/title of the card
TYPE:
|
|
Detailed description of the card
TYPE:
|
|
Due date for the card
TYPE:
|
|
Whether the due date is completed
TYPE:
|
|
Stopwatch data for time tracking |
|
Whether the current user is subscribed to the card
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 | |
updateComments
¶
updateComments(id: str, **kwargs: Unpack[Request_updateComments]) -> Response_updateComments
Updates a comment. Only the author of the comment can update it.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the comment to update)
TYPE:
|
|
Content of the comment
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 | |
updateCustomField
¶
updateCustomField(id: str, **kwargs: Unpack[Request_updateCustomField]) -> Response_updateCustomField
Updates a custom field. Can update in the base custom field group (requires project manager permissions) or the custom field group (requires board editor permissions).
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the custom field to update)
TYPE:
|
|
Position of the custom field within the group
TYPE:
|
|
Name/title of the custom field
TYPE:
|
|
Whether to show the field on the front of cards
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 | |
updateCustomFieldGroup
¶
updateCustomFieldGroup(id: str, **kwargs: Unpack[Request_updateCustomFieldGroup]) -> Response_updateCustomFieldGroup
Updates a custom field group. Supports both board-wide and card-specific groups. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the custom field group to update)
TYPE:
|
|
Position of the custom field group within the board/card
TYPE:
|
|
Name/title of the custom field group
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 | |
updateCustomFieldValue
¶
updateCustomFieldValue(cardId: str, customFieldGroupId: str, customFieldId: str, **kwargs: Unpack[Request_updateCustomFieldValue]) -> Response_updateCustomFieldValue
Creates or updates a custom field value for a card. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the card to set the custom field value for)
TYPE:
|
|
ID of the custom field group the value belongs to)
TYPE:
|
|
ID of the custom field the value belongs to)
TYPE:
|
|
Content/value of the custom field
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 | |
updateLabel
¶
updateLabel(id: str, **kwargs: Unpack[Request_updateLabel]) -> Response_updateLabel
Updates a label. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the label to update)
TYPE:
|
|
Position of the label within the board
TYPE:
|
|
Name/title of the label
TYPE:
|
|
Color of the label
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 | |
updateList
¶
updateList(id: str, **kwargs: Unpack[Request_updateList]) -> Response_updateList
Updates a list. Can move lists between boards. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the list to update)
TYPE:
|
|
ID of the board to move list to
TYPE:
|
|
Type/status of the list
TYPE:
|
|
Position of the list within the board
TYPE:
|
|
Name/title of the list
TYPE:
|
|
Color for the list
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 | |
updateNotification
¶
updateNotification(id: str, **kwargs: Unpack[Request_updateNotification]) -> Response_updateNotification
Updates a notification. Users can only update their own notifications.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the notification to update)
TYPE:
|
|
Whether the notification has been read
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 | |
updateNotificationService
¶
updateNotificationService(id: str, **kwargs: Unpack[Request_updateNotificationService]) -> Response_updateNotificationService
Updates a notification service. Users can update their own services, project managers can update board services.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the notification service to update)
TYPE:
|
|
URL endpoint for notifications
TYPE:
|
|
Format for notification messages
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 | |
updateProject
¶
updateProject(id: str, **kwargs: Unpack[Request_updateProject]) -> Response_updateProject
Updates a project. Accessible fields depend on user permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the project to update)
TYPE:
|
|
ID of the project manager who owns the project
TYPE:
|
|
ID of the background image used as background
TYPE:
|
|
Name/title of the project
TYPE:
|
|
Detailed description of the project
TYPE:
|
|
Type of background for the project
TYPE:
|
|
Gradient background for the project
TYPE:
|
|
Whether the project is hidden
TYPE:
|
|
Whether the project is marked as favorite by the current user
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 | |
updateTask
¶
updateTask(id: str, **kwargs: Unpack[Request_updateTask]) -> Response_updateTask
Updates a task. Linked card tasks have limited update options. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the task to update)
TYPE:
|
|
ID of the task list to move the task to
TYPE:
|
|
ID of the user assigned to the task (null to unassign)
TYPE:
|
|
Position of the task within the task list
TYPE:
|
|
Name/title of the task
TYPE:
|
|
Whether the task is completed
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 | |
updateTaskList
¶
updateTaskList(id: str, **kwargs: Unpack[Request_updateTaskList]) -> Response_updateTaskList
Updates a task list. Requires board editor permissions.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the task list to update)
TYPE:
|
|
Position of the task list within the card
TYPE:
|
|
Name/title of the task list
TYPE:
|
|
Whether to show the task list on the front of the card
TYPE:
|
|
Whether to hide completed tasks
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 | |
updateUser
¶
updateUser(id: str, **kwargs: Unpack[Request_updateUser]) -> Response_updateUser
Updates a user. Users can update their own profile, admins can update any user.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user to update)
TYPE:
|
|
User role defining access permissions
TYPE:
|
|
Full display name of the user
TYPE:
|
|
Avatar of the user (only null value to remove avatar) |
|
Contact phone number
TYPE:
|
|
Organization or company name
TYPE:
|
|
Preferred language for user interface and notifications
TYPE:
|
|
Whether the user subscribes to their own cards
TYPE:
|
|
Whether the user subscribes to cards when commenting
TYPE:
|
|
Whether recent card highlighting is disabled
TYPE:
|
|
Whether favorites are enabled by default
TYPE:
|
|
Default markdown editor mode
TYPE:
|
|
Default view mode for the home page
TYPE:
|
|
Default sort order for projects display
TYPE:
|
|
Whether the user account is deactivated and cannot log in (for admins)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 | |
updateUserAvatar
¶
updateUserAvatar(id: str, mime_type: str | None = None, **kwargs: Unpack[Request_updateUserAvatar]) -> Response_updateUserAvatar
Updates a user's avatar image. Users can update their own avatar, admins can update any user's avatar.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user whose avatar to update)
TYPE:
|
|
Optional mime type for file upload
TYPE:
|
|
Avatar image file (must be an image format)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
UnprocessableEntity
|
422 |
Source code in src/plankapy/v2/api/paths.py
2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 | |
updateUserEmail
¶
updateUserEmail(id: str, **kwargs: Unpack[Request_updateUserEmail]) -> Response_updateUserEmail
Updates a user's email address. Users must provide current password when updating their own email. Admins can update any user's email without a password.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user whose email to update)
TYPE:
|
|
Email address for login and notifications
TYPE:
|
|
Current password (required when updating own email)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 | |
updateUserPassword
¶
updateUserPassword(id: str, **kwargs: Unpack[Request_updateUserPassword]) -> Response_updateUserPassword
Updates a user's password. Users must provide a current password when updating their own password. Admins can update any user's password without the current password. Returns a new access token when updating own password.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user whose password to update)
TYPE:
|
|
Password (must meet password requirements)
TYPE:
|
|
Current password (required when updating own password)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 | |
updateUserUsername
¶
updateUserUsername(id: str, **kwargs: Unpack[Request_updateUserUsername]) -> Response_updateUserUsername
Updates a user's username. Users must provide a current password when updating their own username (unless they are SSO users with oidcIgnoreUsername enabled). Admins can update any user's username without the current password.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the user whose username to update)
TYPE:
|
|
Unique username for user identification
TYPE:
|
|
Current password (required when updating own username)
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
Forbidden
|
403 |
NotFound
|
404 |
Conflict
|
409 |
Source code in src/plankapy/v2/api/paths.py
2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 | |
updateWebhook
¶
updateWebhook(id: str, **kwargs: Unpack[Request_updateWebhook]) -> Response_updateWebhook
Updates a webhook. Requires admin privileges.
| PARAMETER | DESCRIPTION |
|---|---|
|
ID of the webhook to update)
TYPE:
|
|
Name/title of the webhook
TYPE:
|
|
URL endpoint for the webhook
TYPE:
|
|
Access token for webhook authentication
TYPE:
|
|
Comma-separated list of events that trigger the webhook
TYPE:
|
|
Comma-separated list of events excluded from the webhook
TYPE:
|
Note
All status errors are instances of httpx.HTTPStatusError at runtime (response.raise_for_status()).
If a matching PlankaError exists, it will be raised (see api.errors)
Planka internal status codes and names are included here for disambiguation
| RAISES | DESCRIPTION |
|---|---|
ValidationError
|
400 |
Unauthorized
|
401 |
NotFound
|
404 |
Source code in src/plankapy/v2/api/paths.py
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 | |