signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Small adjustment for the verification code example

Open RaxCore opened this issue 3 years ago • 0 comments

The problem

Hi, I successfully tested the registration using a voice callback with this nice documentation, but in the last segment of the following line, the hyphen has to be removed to get it work:

original:

curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+431212131491291/verify/123-456'

working: curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+431212131491291/verify/123456'

Are you using the latest released version?

  • [X] Yes

Have you read the troubleshooting page?

  • [X] Yes

What type of installation are you running?

Home Assistant Signal Addon

In which mode are you using the docker container?

Normal Mode

What's the architecture of your host system?

arm64

Additional information

No response

RaxCore avatar Feb 05 '22 19:02 RaxCore