Requests to memberships API endpoints returns 404 #791

Closed
opened 2026-02-04 21:21:35 +03:00 by OVERLORD · 1 comment
Owner

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.

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.
Author
Owner

@lapinuelle commented on GitHub (Aug 23, 2025):

Turns out the endpoints should be board-memberships and card-memberships.

@lapinuelle commented on GitHub (Aug 23, 2025): Turns out the endpoints should be board-memberships and card-memberships.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#791