Sign inGet started

bird compliance submissions resupply

Usage

Exemple de code
bird compliance submissions resupply <submission-id> [flags]

Description

Update rejected answers
Replaces the answers a reviewer refused, that expired, or that were never supplied, on a registration already filed. Which ones, and why each was refused, is on the item in bird compliance requirements's fields; anything already accepted is left alone and does not need sending again. Correcting a refused answer is the same legal representation as making it, filed under the same business's name, so confirm the replacements with the user before this call rather than filing on your own.
Build the request from flags, a JSON ComplianceSubmissionResupply body via --body-file ("-" reads stdin), or both — a flag overrides the matching body field. Run --example to print a ready-to-edit body, or --dry-run to print the resolved request without sending it.

Examples

Exemple de code
# print the body shape (no credentials needed)
bird compliance submissions resupply --example

# the body it prints:
Exemple de code
{
  "answers": [
    {
      "key": "business_registration_number",
      "value": "90012768"
    }
  ]
}

Options

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird compliance submissions createCreate a registration submission
bird compliance submissions getGet a submission