Bugzilla – Attachment 171382 Details for
Bug 37601
Add status field to bookings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37601: (QA follow-up) Add status to api definition
Bug-37601-QA-follow-up-Add-status-to-api-definitio.patch (text/plain), 886 bytes, created by
Martin Renvoize (ashimema)
on 2024-09-12 11:06:22 UTC
(
hide
)
Description:
Bug 37601: (QA follow-up) Add status to api definition
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-09-12 11:06:22 UTC
Size:
886 bytes
patch
obsolete
>From d43ff2aba22ff37ab7ffbd8948d9d7d1e991eedc Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 12 Sep 2024 12:04:18 +0100 >Subject: [PATCH] Bug 37601: (QA follow-up) Add status to api definition > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/definitions/booking.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/api/v1/swagger/definitions/booking.yaml b/api/v1/swagger/definitions/booking.yaml >index 5a7b8cc77b2..a3bc8495148 100644 >--- a/api/v1/swagger/definitions/booking.yaml >+++ b/api/v1/swagger/definitions/booking.yaml >@@ -44,6 +44,11 @@ properties: > description: Start date and time of this booking > format: date-time > type: string >+ status: >+ description: Status of the booking >+ type: >+ - string >+ - "null" > required: > - biblio_id > - item_id >-- >2.46.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37601
:
170260
|
170767
|
171241
|
171380
|
171381
| 171382 |
171526
|
171527
|
171528
|
171653
|
171654
|
171655