---
title: "Update Go Account entry"
method: PUT
path: "/api/address-book/v1/listing/entry/{listingEntryId}"
tags: ["Counterparties"]
---

# Update Go Account entry

`PUT /api/address-book/v1/listing/entry/{listingEntryId}`

Update your Go Account entry and `targetListingEntries` for your connections.

**Requires access token scope:** `wallet_spend_all`

## Path parameters

- `listingEntryId` string, required

## Headers

- `enterprise-id` string, required
- `user-id` string, required

## Request body

- object
  - `description` string
  - `public` boolean

## Response `200`

OK

- V1ListingEntryResponse
  - `id` string, required
  - `walletId` string, required
  - `coin` string, required
  - `type` 'GO_ACCOUNT', required — codec for entry type
  - `description` string
  - `discoverable` boolean, required
  - `featured` boolean, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
