Move backend files into a sub folder.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: Update an existing publication
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{url}}/api/publications/{{publicationId}}
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{bearerToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"title" : "Le titre de la publication.",
|
||||
"text" : "Un autre contenu de la publication.",
|
||||
"description" : "Une autre description de la publication",
|
||||
"image" : "https://google.com/logos/doodles/2024/celebrating-the-flat-white-6753651837110463-s.png",
|
||||
"categoryId" : "fd424c2f-6e58-4812-a179-00e50a0eab05"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user