1Password · Schema

UpdateAccountRequest

The request body for updating a partner billing account.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
ends_at string The date and time to schedule removal of the customer's billing account from the partner billing service. ISO 8601 format.
View JSON Schema on GitHub

JSON Schema

1password-partnership-update-account-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-schema/1password-partnership-update-account-request-schema.json",
  "title": "UpdateAccountRequest",
  "description": "The request body for updating a partner billing account.",
  "type": "object",
  "properties": {
    "ends_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time to schedule removal of the customer's billing account from the partner billing service. ISO 8601 format."
    }
  }
}