-
Can you create custom fields using these modules? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @TafkaMax Thank you for bringing this question to our attention. Short answer is no - there is no module to manage custom fields. I investigate this topic a bit further and come to the conclusion that there is no API endpoint to manage custom fields in phpipam yet. You can ask for available API endpoints within
To request all API endpoints directly from a phpipam installation you can use
There is also no trace of a controller for custom fields. See phpipam documentation and api source code files. What options do you have now.
If the API endpoint is available the development of a module in this repo can be started. Unfortunately both issues and PR are abundantly available in phpipam project. So I would expect that neither option 1) nor 2) would bring the new API endpoint asap in the project. Please excuse me for not being able to give you any other answer. |
Beta Was this translation helpful? Give feedback.
-
Thank you for this information. |
Beta Was this translation helpful? Give feedback.
Hi @TafkaMax
Thank you for bringing this question to our attention. Short answer is no - there is no module to manage custom fields.
I investigate this topic a bit further and come to the conclusion that there is no API endpoint to manage custom fields in phpipam yet.
You can ask for available API endpoints within
phpypam
library as followed: