mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Update Experience
This commit is contained in:
@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:3000/api/experiences/1
|
||||
url: http://localhost:3000/api/experiences/5
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
@ -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."
|
||||
}
|
||||
}
|
@ -3,5 +3,5 @@ auth {
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJzb25faWQiOjEsImlhdCI6MTc0OTU1MDM1OCwiZXhwIjoxNzQ5NTc5MTU4fQ.2oZk-agnonMEZw3cdf8bKjerTGpjLdxoglCiqfLVbyc
|
||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJzb25faWQiOjEsImlhdCI6MTc0OTcxNTI1MCwiZXhwIjoxNzQ5NzQ0MDUwfQ.s1Fn9-Ju5XayFq89MBaQ9AGVm7CIrVvUaDWbnfiBA54
|
||||
}
|
||||
|
Reference in New Issue
Block a user