why can't parent be set
Hi, I see that the parent prop is not mentioned in the monitors schema, though I see it is specified in the returned monitor object
{ "monitor": { "id": 7, "name": "example.com https", "description": null, "pathName": "example.com https", "parent": 6, "childrenIDs": [], .... }
I tried adding parent on POST and PATCH, so I'm guessing it's just not supported. Is this just not added, or is there lacking support from uptime kuma itself?
Thanks for all the great work!
Hello! Try this fork: https://github.com/021-projects/Uptime-Kuma-Web-API/tree/develop
@021-projects please have a look to issue #62 maybe there is an issue in case of at least one monitor is down or in maintenance have up-and-running for fork. Thanks!