créer collection bruno pour test d'api

This commit is contained in:
2026-05-25 18:37:05 +02:00
parent fc89568b37
commit 51a38b827f
10 changed files with 159 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
meta {
name: Update Issue
type: http
seq: 3
}
put {
url: {{baseUrl}}/issues/1
body: json
auth: bearer
}
auth:bearer {
token: {{accessToken}}
}
body:json {
{
"type": "Story",
"name": "Issue mise à jour",
"priority": "Haute",
"status": "in-progress",
"progress": 50,
"assignee": null,
"epic": null,
"dueDate": "2026-06-01",
"description": null,
"estimatedTime": 3.5,
"dependsOnIds": [],
"comments": []
}
}