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."
}
}

View File

@ -3,5 +3,5 @@ auth {
}
auth:bearer {
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJzb25faWQiOjEsImlhdCI6MTc0OTU1MDM1OCwiZXhwIjoxNzQ5NTc5MTU4fQ.2oZk-agnonMEZw3cdf8bKjerTGpjLdxoglCiqfLVbyc
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJzb25faWQiOjEsImlhdCI6MTc0OTcxNTI1MCwiZXhwIjoxNzQ5NzQ0MDUwfQ.s1Fn9-Ju5XayFq89MBaQ9AGVm7CIrVvUaDWbnfiBA54
}