REST APICounterparties

PUT

Update your Go Account entry and targetListingEntries for your connections.

Requires access token scope: wallet_spend_all

Path Params

  • listingEntryId string required

Header Params

  • enterprise-id string required

    at least 1 characters

  • user-id string required

    at least 1 characters

Body Params

object

  • description string
  • public boolean

Responses

200
OK

Response Body

object

  • id string required
  • walletId string required

    at least 1 characters

  • coin string required

    at least 1 characters

  • type string enum required
    codec for entry type
    GO_ACCOUNT
  • description string

    at least 1 characters

  • discoverable boolean required
  • featured boolean required
  • createdAt string date-time required
  • updatedAt string date-time required
400
Bad Request
No response body
401
Unauthorized

Response Body

object

  • errorName string required
  • error string required
404
Not Found

Response Body

object

  • errorName string required
  • error string required
422
Unprocessable Entity

Response Body

object

  • errorName string required
  • error string required
500
Internal Server Error

Response Body

object

  • errorName string required
  • error string required