Bunq · Schema

UserCompanyUpdate

Banking

Properties

Name Type Description
id integer The id of the modified company.
View JSON Schema on GitHub

JSON Schema

bunq-usercompanyupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserCompanyUpdate",
  "title": "UserCompanyUpdate",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id of the modified company.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}