mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
Requests to memberships API endpoints returns 404 #791
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lapinuelle on GitHub (Aug 23, 2025).
When I am trying to add members to boards or cards using API I am getting 404.
Endpoints that I am trying to reach:
'https://my.planka.domain/api/cards/:cardId/memberships'
'https://my.planka.domain/api/boards/:boardId/memberships'
I need those endpoints to migrate cards from Kaiten to Planka and assign users during migration.
My planks instance deployed as docker container behind Nginx Proxy Manager.
@lapinuelle commented on GitHub (Aug 23, 2025):
Turns out the endpoints should be board-memberships and card-memberships.