You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the POST: /network/{client}/state endpoint returns the public id as plain text, but does not include the #{app_id} token for external clients. This means that the returned value is an invalid address for external clients (but works for browser clients). This could be updated to return the same state object json as the corresponding GET request for the state.
The text was updated successfully, but these errors were encountered:
dragazo
changed the title
Update return value of POST: /network{client}/state
Update return value of POST: /network/{client}/stateOct 24, 2023
Currently, the
POST: /network/{client}/state
endpoint returns the public id as plain text, but does not include the#{app_id}
token for external clients. This means that the returned value is an invalid address for external clients (but works for browser clients). This could be updated to return the same state object json as the corresponding GET request for the state.The text was updated successfully, but these errors were encountered: