Skip to content

Commit

Permalink
Minor updates to incorrect url fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WeebNetsu committed Jul 24, 2024
1 parent 6cb7379 commit bd555f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/requests/addresses/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { URL } from "./config";
/**
* Delete a forwarded Address.
*
* https://docs.wildduck.email/api/#operation/deleteusersuseraddressesaddress
* https://docs.wildduck.email/api/#operation/deleteaddressesforwardedaddress
*
* @param addressId ID of the Address
*/
Expand Down
8 changes: 4 additions & 4 deletions src/requests/messages/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
/**
* Get a message
*
* https://docs.wildduck.email/api/#operation/raw
* https://docs.wildduck.email/api/#operation/message
*
* @param userId the users wildduck ID
* @param mailboxId the mailbox wildduck ID
Expand Down Expand Up @@ -44,7 +44,7 @@ export const getMessageInfo = async (
/**
* Get all messages in a mailbox
*
* https://docs.wildduck.email/api/#operation/getMessages
* https://docs.wildduck.email/api/#operation/messages
*
* @param userId the users wildduck ID
* @param mailboxId the mailbox wildduck ID
Expand All @@ -71,7 +71,7 @@ export const getMessagesInMailbox = async (
/**
* Download a message attachment, return buffer string.
*
* https://docs.wildduck.email/api/#operation/getMessageAttachment
* https://docs.wildduck.email/api/#operation/attachment
*
* @param userId the users wildduck ID
* @param mailboxId the mailbox wildduck ID
Expand Down Expand Up @@ -104,7 +104,7 @@ export const getMessageAttachment = async (
* This method returns the full RFC822 formatted source of the stored
* message
*
* https://docs.wildduck.email/api/#operation/getMessageSource
* https://docs.wildduck.email/api/#operation/raw
*
* @param userId the users wildduck ID
* @param mailboxId the mailbox wildduck ID
Expand Down
6 changes: 3 additions & 3 deletions src/requests/users/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
/**
* Get a single user
*
* http://docs.wildduck.email/api/#operation/getUser
* https://docs.wildduck.email/api/#operation/getusersuser
*
* @param id the users wildduck ID
*/
Expand All @@ -35,7 +35,7 @@ export const getUser = async (
/**
* Get all registered users
*
* http://docs.wildduck.email/api/#operation/getUsers
* https://docs.wildduck.email/api/#operation/users
*
* @param queryData query parameters for additional options
*/
Expand Down Expand Up @@ -117,7 +117,7 @@ export const getDeletedUserInfo = async (
/**
* This method allows searching for matching messages.
*
* https://docs.wildduck.email/api/#operation/searchMessages
* https://docs.wildduck.email/api/#operation/search
*
* @param userId the users wildduck ID
* @param queryData query parameters for additional options
Expand Down

0 comments on commit bd555f7

Please sign in to comment.