is the api at: /api/v1/ in spoke editable? #2875
Answered
by
robinkwilson
lukewhitingdev
asked this question in
General Questions & Discussion
-
Might be a noob question but just wondering since sometimes it gives me code 422 errors when trying to create a project in a custom spoke instance. I cant find the file which might control it in the source code. |
Beta Was this translation helpful? Give feedback.
Answered by
robinkwilson
Aug 17, 2020
Replies: 1 comment
-
The /api/v1 endpoints are defined in reticulum: https://github.com/mozilla/reticulum/blob/master/lib/ret_web/router.ex Right now, we don't have a way to update reticulum for your HC instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robinkwilson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The /api/v1 endpoints are defined in reticulum: https://github.com/mozilla/reticulum/blob/master/lib/ret_web/router.ex
Right now, we don't have a way to update reticulum for your HC instance.
If your custom spoke instance is running locally, you're likely running against our dev servers where you don't have full access permissions.