Bugzilla – Attachment 117660 Details for
Bug 27855
Allow embedding extended_attributes on /patrons routes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27855: Add extended_attribute OpenAPI spec
Bug-27855-Add-extendedattribute-OpenAPI-spec.patch (text/plain), 1.12 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-03-04 09:55:49 UTC
(
hide
)
Description:
Bug 27855: Add extended_attribute OpenAPI spec
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-03-04 09:55:49 UTC
Size:
1.12 KB
patch
obsolete
>From 33685008729ef33862b93de965d550d822bb6531 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 3 Mar 2021 16:50:39 -0300 >Subject: [PATCH] Bug 27855: Add extended_attribute OpenAPI spec > >--- > .../definitions/extended_attribute.json | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 api/v1/swagger/definitions/extended_attribute.json > >diff --git a/api/v1/swagger/definitions/extended_attribute.json b/api/v1/swagger/definitions/extended_attribute.json >new file mode 100644 >index 00000000000..c21ae1ee84f >--- /dev/null >+++ b/api/v1/swagger/definitions/extended_attribute.json >@@ -0,0 +1,24 @@ >+{ >+ "type": "object", >+ "properties": { >+ "extended_attribute_id": { >+ "description": "Internal ID for the extended attribute", >+ "type": "integer" >+ }, >+ "type": { >+ "description": "Extended attribute type", >+ "type": "string" >+ }, >+ "value": { >+ "description": "Extended attribute value", >+ "type": [ >+ "string" >+ ] >+ } >+ }, >+ "additionalProperties": false, >+ "required": [ >+ "type", >+ "value" >+ ] >+} >-- >2.30.1
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 27855
:
117660
|
117661
|
117662
|
117663
|
117681
|
117682
|
117683
|
117684
|
117685
|
117686
|
117687
|
117688
|
117689
|
117690
|
117691
|
117692
|
117693
|
117694
|
117695