Call Recordings

Update a stored credential

Updates a stored custom credentials configuration.

put/custom_storage_credentials/{connection_id}

Path parameters

connection_idstring required

Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource.

Request body

backend'gcs' | 's3' | 's3-generic' | 'azure' required

Example request

{
  "backend": "gcs",
  "configuration": {
    "credentials": "OPAQUE_CREDENTIALS_TOKEN",
    "bucket": "example-bucket"
  }
}

Response

A response containing a credentials resource.

connection_idstring required

Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource.

record_type'custom_storage_credentials' required

Identifies record type.

Example response

{
  "data": {
    "backend": "gcs",
    "configuration": {
      "credentials": "OPAQUE_CREDENTIALS_TOKEN",
      "bucket": "example-bucket"
    }
  },
  "connection_id": "1234567890"
}

Changes

Changed in 4 of the 99 revisions of this API.1418

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 3322fee911fa518See the full diff
    • ▲

      the request property // became required

      request-property-became-required

    • ▲

      the request property // became required

      request-property-became-required

    • ▲

      the request property // became required

      request-property-became-required

    • ▲

      the request property // became required

      request-property-became-required

    • ▲

      added to the / response property oneOf list for the response status

      response-property-one-of-added

    • ●

      added the new s3-generic enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added s3-generic discriminator mapping keys to the request property

      request-property-discriminator-mapping-added

    • ○

      added the new s3-generic enum value to the request property

      request-property-enum-value-added

    • ○

      added to the request property oneOf list

      request-property-one-of-added

    • ○

      the response property /// became required for the status

      response-property-became-required

    • ○

      the response property /// became required for the status

      response-property-became-required

    • ○

      the response property /// became required for the status

      response-property-became-required

    • ○

      the response property /// became required for the status

      response-property-became-required

    • ○

      added s3-generic discriminator mapping keys to the / response property for the response status

      response-property-discriminator-mapping-added

Of the 99 revisions, 1 has no diff computed.