SOA/bruno/SOA/private/galleries/create-gallery.bru
Alexis Bruneteau 9dfe50d24f fixed readme x)
2025-06-29 21:35:13 +02:00

27 lines
415 B
Plaintext

meta {
name: Create Gallery
type: http
seq: 3
}
post {
url: {{baseUrl}}/gallery
body: json
auth: inherit
}
headers {
OIDC_email: {{email}}
OIDC_user: {{username}}
Content-Type: application/json
}
body:json {
{
"title": "Modern Art Collection",
"description": "A curated collection of contemporary artworks",
"is_public": true,
"publication_date": "2025-06-28T10:00:00Z"
}
}