chore(docs): Generated API Reference (#2143)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4961aece1c
commit
a1350bfaec
2
docs/api/store/code_samples/Shell/auth/deleteundefined
Normal file
2
docs/api/store/code_samples/Shell/auth/deleteundefined
Normal file
@@ -0,0 +1,2 @@
|
||||
curl --location --request DELETE 'https://medusa-url.com/store/auth' \
|
||||
--header 'Cookie: connect.sid={sid}'
|
||||
2
docs/api/store/code_samples/Shell/auth/getundefined
Normal file
2
docs/api/store/code_samples/Shell/auth/getundefined
Normal file
@@ -0,0 +1,2 @@
|
||||
curl --location --request GET 'https://medusa-url.com/store/auth' \
|
||||
--header 'Cookie: connect.sid={sid}'
|
||||
6
docs/api/store/code_samples/Shell/auth/postundefined
Normal file
6
docs/api/store/code_samples/Shell/auth/postundefined
Normal file
@@ -0,0 +1,6 @@
|
||||
curl --location --request POST 'https://medusa-url.com/store/auth' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"email": "user@example.com",
|
||||
"password": "supersecret"
|
||||
}'
|
||||
Reference in New Issue
Block a user