Update ingest credentialAsk AIput https://{hostname}/api/v1/streams/{stream_id}/ingest_credentials/{credential_id}Update ingest credential metadata.Path Paramsstream_idstringrequiredStream ID.credential_idstringrequiredCredential ID.Body Paramsdescriptionstring | nullUpdated description of the credential.expiry_datedate-time | nullUpdated expiration date.Responses 200Credential updated successfully. 400Invalid request. 401Unauthorized. 403Forbidden - no access to stream. 404Resource not found. 500Internal server error.Updated about 1 month ago