Files
bit/bruno/Update Link.bru
T
Juan Rodriguez 7f2a27ec79 feat: auth middleware
- CORS headers
- Get all links that belong to user
2024-05-13 22:35:22 +02:00

18 lines
223 B
Plaintext

meta {
name: Update Link
type: http
seq: 6
}
put {
url: {{baseUrl}}/api/links/b5a0112d-49e6-4bc9-bd2b-6d5cc10cd5d2
body: json
auth: none
}
body:json {
{
"url": "https://idonthavespotify.donado.co"
}
}