mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
19 lines
284 B
Plaintext
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."
|
|
}
|
|
}
|