Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change room config custom field via rest api? #3664

Closed
krot3232 opened this issue Jun 1, 2022 · 2 comments
Closed

How to change room config custom field via rest api? #3664

krot3232 opened this issue Jun 1, 2022 · 2 comments

Comments

@krot3232
Copy link

krot3232 commented Jun 1, 2022

Api rooms/{id}/config allows you to change subject and name (

#{<<"name">> := Name, <<"subject">> := Subject},
).
my mongooseim.toml contains:
[[modules.mod_muc_light.config_schema]] field = "roomname" string_value = "The Room" [[modules.mod_muc_light.config_schema]] field = "subject" string_value = "" [[modules.mod_muc_light.config_schema]] field = "geo_lat" string_value = ""

How to edit my field "geo_lat" via rest api?

@chrzaszcz
Copy link
Member

Currently it is possible to change only the room name and subject. We are developing a new GraphQL API though. Would you be interested in having this option in the new API?

@krot3232
Copy link
Author

Yes, Certainly I'd like to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants