title: AccountsIDPutResponse
type: object
description: >-
  Callback and data model information for GET /accounts/{ID}:

  Callback - PUT /accounts/{ID}
  Error Callback - PUT /accounts/{ID}/error
  Data Model - Empty body

  The PUT /accounts/{ID} response is used to inform the requester of the result
  of a request for accounts information. The identifier ID given in the call
  are the values given in the original request.

  https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31121--put-accountsid
properties:
  accounts:
    $ref: ./AccountList.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - accounts
