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.
Currently, the
POST: /network/{client}/stateendpoint 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.