mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add URLs to API responses
Resolves inability of API consumers to provide links to OSEM.
This commit is contained in:
parent
5b89f64eaf
commit
e01fd2d721
6 changed files with 27 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"type" : "object",
|
||||
"required" : [
|
||||
"short_title",
|
||||
"url",
|
||||
"title",
|
||||
"description",
|
||||
"start_date",
|
||||
|
|
@ -19,6 +20,9 @@
|
|||
"short_title": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue