Skip to content

Commit 3eb608a

Browse files
committed
notate the put methods in the api requests page
1 parent 5ed5862 commit 3eb608a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/api/requests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export const createRequest = async ({ dynamicFormData, wareID, accessToken }) =>
210210
/* eslint-enable camelcase */
211211
}
212212

213+
/** PUT METHODS */
213214
export const sendRequestToVendor = async (requestID, accessToken) => {
214215
const { data, error } = await updating(`/quote_groups/${requestID}/send_to_vendors.json`, {}, accessToken)
215216

0 commit comments

Comments
 (0)