Skip to content

"Failed to parse API path from client request" error when using the new pin endpoints #95

@biast12

Description

@biast12

https://discord.com/developers/docs/resources/message#get-channel-pins

GET /channels/{channel.id}/pins
PUT /channels/{channel.id}/pins/{message.id}
DELETE /channels/{channel.id}/pins/{message.id}

^Has all been deprecated, and when using the new endpoints↓

GET /channels/{channel.id}/messages/pins
PUT /channels/{channel.id}/messages/pins/{message.id}
DELETE /channels/{channel.id}/messages/pins/{message.id}

Does it give the "Failed to parse API path from client request" error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions