Skip to content
Snippets Groups Projects
Commit 43b9f9e9 authored by Carsten Karbach's avatar Carsten Karbach
Browse files

Upgrade events api implementation to use events api client 3.2

parent 4296f9e3
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
],
"require": {
"silex/silex": ">=2.0",
"jards/eventsapiclient": "=3.1",
"jards/eventsapiclient": "=3.2",
"jards/gcsjardsapiclient": "=2.1",
"phpmailer/phpmailer": ">=6.0"
},
......
......@@ -4,15 +4,15 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "817b1b07c4d12ae5dabfa859d38696b4",
"content-hash": "3a20cbde8de71a098db1c9a64e742d27",
"packages": [
{
"name": "jards/eventsapiclient",
"version": "v3.1",
"version": "v3.2",
"source": {
"type": "git",
"url": "https://gitlab.version.fz-juelich.de/jards/EventsAPIClient.git",
"reference": "cad3fd33956e8daa1f368f06fc8da50b3d08bebe"
"reference": "b2ec5e16acf1d6c2bea409069d555ae75f7d61c3"
},
"require": {
"ext-curl": "*",
......@@ -53,7 +53,7 @@
"sdk",
"swagger"
],
"time": "2018-06-07T07:00:45+00:00"
"time": "2018-10-22T15:23:47+00:00"
},
{
"name": "jards/gcsjardsapiclient",
......@@ -402,6 +402,7 @@
"keywords": [
"microframework"
],
"abandoned": "symfony/flex",
"time": "2017-07-23T07:40:14+00:00"
},
{
......
......@@ -104,6 +104,22 @@
"description": "Name of the trigger which is activated by this event",
"type": "string"
},
"institutions": {
"description": "Institutions, for which this event is relevant. Active institution for this event. E.g. HLRS, JSC, LRZ",
"type": "array",
"items": {
"title": "institution",
"type": "string"
}
},
"categoryid":{
"description": "This is only available for review events. ID of review category where the event took place. ",
"type": "integer"
},
"categoryname":{
"description": "This is only available for review events. Name of review category where the event took place. ",
"type": "string"
},
"project" : {
"$ref": "#/definitions/Project"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment