Files
blink/backend/apis/BlinkApiCollection/Experience/UpdateExperience.bru
2025-06-12 10:07:29 +02:00

19 lines
284 B
Plaintext

meta {
name: UpdateExperience
type: http
seq: 4
}
patch {
url: http://localhost:3000/api/experiences/5
body: json
auth: inherit
}
body:json {
{
"title": "Senior Software Engineer",
"description": "I worked as a SENIOR software engineer in this company."
}
}