go-http-peering/doc/sequence-diagram/advertise.seq

2 lines
157 B
Plaintext
Raw Normal View History

2019-02-22 17:35:49 +01:00
Client -> Server: POST /advertise\nX-Server-Token: <JWT_TOKEN>\n\n{"Attributes": <PEER_ATTRIBUTES>, "PublicKey": <PUBLIC_KEY> }
2019-02-03 20:56:58 +01:00
Server -> Client: 201 Created