Skip to content

fix: typo in path for omnichannel request-transcript endpoint #219

@Valyrian-Code

Description

@Valyrian-Code

There’s a typo in the OpenAPI spec for the “Request PDF Transcript” endpoint.

Current path:
/api/vi/omnichannel/{rid}/request-transcript

Expected path:
/api/v1/omnichannel/{rid}/request-transcript

The typo is also reflected in the generated operationId:
post-api-vi-omnichannel-rid-request-transcript

This appears to be an accidental viv1 mismatch in omnichannel.yaml around line 7201.

Because client SDKs and generated API bindings rely directly on the spec, this currently produces requests targeting a non-existent endpoint.

I can open a PR with the path and operationId correction if that’s the preferred workflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions