ContactRequestResetReference changes the contact request reference

POST /protocol/v1/ContactRequestResetReference

Body Required

object object

Responses

  • 200

    A successful response.

    Hide response attribute Show response attribute object
    • public_rendezvous_seed string(byte)
  • default

    An unexpected error response

    Hide response attributes Show response attributes object
    • error string
    • code integer(int32)
    • message string
    • details array[object]
      Hide details attributes Show details attributes array[object]
      • type_url string
      • value string(byte)
POST /protocol/v1/ContactRequestResetReference
curl \
 -X POST http://api.example.com/protocol/v1/ContactRequestResetReference
Request example
{}
Request examples
{}
Response examples (200)
{
  "public_rendezvous_seed": "string"
}
Response examples (200)
{
  "public_rendezvous_seed": "string"
}
Response examples (default)
{
  "error": "string",
  "code": 42,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}
Response examples (default)
{
  "error": "string",
  "code": 42,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}