Update a DIR to resolve an infringement concern
Push a fix for a DIR that is suspended with an open infringement claim back into vetting. POST /dir/{dir_id}/submit is blocked while a claim is open, so this is the customer-callable path to update the DIR’s content and re-certify before Telnyx adjudicates the claim. All four certification booleans must be true. Optional content fields (display_name, logo_url, call_reasons, documents) update the DIR; documents are append-only.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The DIR id. Lowercase UUID.
"16635d38-75a6-4481-82e8-69af60e05011"
Body
Must be true.
true Must be true.
true Must be true.
true Must be true.
true Explanation of how the infringement concern was addressed.
10 - 5001 - 35Publicly accessible HTTPS URL (max 128 chars) to a 256x256 BMP logo (max 1 MB).
1281 - 10 elementsAppend-only supporting documents.
20Response
DIR updated and re-submitted for vetting.