2021-12-14 16:06:36 +01:00

27 lines
405 B
HTTP

@url = https://localhost:7252
GET {{url}}/api/links
###
POST {{url}}/api/links
Content-Type: application/json
{
"url": "https://localhost:7252/api/links",
"description": "kfjkljfe"
}
###
GET {{url}}/api/links/7f92770b-e3ef-4443-ab5d-8aca6449530f
###
POST {{url}}/api/links/03a79c72-99e2-482e-8c58-1a099004448f/comments
Content-Type: application/json
{
"content": "Contenu du commentaire"
}