Join our community of builders on

Telegram!Telegram

Updates an existing signer.

Development Documentation

You're viewing documentation for unreleased features from the main branch. For production use, see the latest stable version (v1.1.x).
PATCH
/api/v1/signers/{signer_id}
AuthorizationBearer <token>

In: header

Path Parameters

signer_idstring

Signer ID

Empty Object

Response Body

curl -X PATCH "https://loading/api/v1/signers/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "data": {
    "config": {
      "address": "string",
      "key_name": "string",
      "mount_point": "string",
      "namespace": "string"
    },
    "id": "string",
    "type": "local"
  },
  "error": "string",
  "metadata": {
    "logs": [
      {
        "level": "log",
        "message": "string"
      }
    ],
    "traces": [
      null
    ]
  },
  "pagination": {
    "current_page": 0,
    "per_page": 0,
    "total_items": 0
  },
  "success": true
}
{
  "data": null,
  "message": "Bad Request",
  "success": false
}
{
  "data": null,
  "message": "Unauthorized",
  "success": false
}
{
  "data": null,
  "message": "Signer not found",
  "success": false
}
{
  "data": null,
  "message": "Internal Server Error",
  "success": false
}