Update Experience

This commit is contained in:
xfarrow
2025-06-12 10:07:29 +02:00
parent 602f3f7794
commit 0733415397
5 changed files with 75 additions and 3 deletions

View File

@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:3000/api/experiences/1
url: http://localhost:3000/api/experiences/5
body: none
auth: inherit
}

View File

@ -0,0 +1,18 @@
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."
}
}