Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

Simple : in api, how do you change the name of a board?

Simple : in api, how do you change the name of a board?

Wekan/General · March 4, 2020 at 8:51pm

Simple : in api, how do you change the name of a board?

Wekan / General · March 4, 2020 at 8:51pm (Edited 4 years ago)

I do not see it in the api spec for v3.00 is there a more updated api reference?

All I want to do is leave the lists and cards and ids for everything in place and change the name of the board, through the api. I would have assume that was "put boards" with a title field in the body, meaning leaving everything else intact. If the board id and everything inside of it does not change its just an attribute, correct? LMK where I should be looking fro api doc. Thanks. Is it by chance a label?

Load previous messages

March 6, 2020 at 10:45am

at those files, search for text REST API

    • reply
    • like

    you can add more to there for additional API calls

      • reply
      • like

      with pull requests

        • reply
        • like

        cards and boards have name or title

          • reply
          • like

          outgoing webhook etc all translations are at wekan/i18n/en.i18n.json

            • reply
            • like

            if some translations is missing, it is added to that source file, and then translated at https://transifex.com/wekan/wekan

              • reply
              • like

              Those board activities messages are at wekan/models/activities.js

                • reply
                • like

                they do map to some translation name

                  • reply
                  • like

                  Outgoing Webhooks go to wekan/server/notifications/outgoing.js

                    • reply
                    • like

                    It's possible to build a little faster when developing locally with WITH_API=true RICHER_CARD_COMMENT_EDITOR=false ROOT_URL=http://192.168.0.2:4000 meteor run --exclude-archs web.browser.legacy,web.cordova --port 4000

                      • reply
                      • like

                      so in that way it does not include legacy and cordova

                        • reply
                        • like

                        and because ROOT_URL is set to local ip address, it's possible to test website with mobile and desktop devices on local network

                          • reply
                          • like

                          when some file is changed, it rebuilds wekan

                            • reply
                            • like

                            At Wekan GitHub wiki is info at developer docs for Sandstorm, how to fork wekan repo, install dependencies, build, and then run meteor

                              • reply
                              • like

                              with that different meteor command above

                                • reply
                                • like

                                other sandstorm specific steps are not needed

                                  • reply
                                  • like

                                  March 6, 2020 at 12:11pm

                                  Thank you again. Will you info will examine what I would have to do to to correctly support the additional of a PUT boards endpoint

                                    • reply
                                    • like

                                    thanks :)

                                      • reply
                                      • like

                                      March 8, 2020 at 2:57pm

                                      thanks

                                        • reply
                                        • like