Skip to content

Commit

Permalink
openapi: updates to latest REANA Server
Browse files Browse the repository at this point in the history
* Harmonises date time format (closes reanahub#162).
  • Loading branch information
Diego Rodriguez committed Sep 5, 2018
1 parent db8780f commit 2ac14f9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions reana_client/openapi_connections/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,24 +223,28 @@
"examples": {
"application/json": [
{
"created": "2018-06-13T09:47:35.66097",
"id": "256b25f4-4cfb-4684-b7a8-73872ef455a1",
"name": "mytest-1",
"status": "running",
"user": "00000000-0000-0000-0000-000000000000"
},
{
"created": "2018-06-13T09:47:35.66097",
"id": "3c9b117c-d40a-49e3-a6de-5f89fcada5a3",
"name": "mytest-2",
"status": "finished",
"user": "00000000-0000-0000-0000-000000000000"
},
{
"created": "2018-06-13T09:47:35.66097",
"id": "72e3ee4f-9cd3-4dc7-906c-24511d9f5ee3",
"name": "mytest-3",
"status": "created",
"user": "00000000-0000-0000-0000-000000000000"
},
{
"created": "2018-06-13T09:47:35.66097",
"id": "c4c0a1a6-beef-46c7-be04-bf4b3beca5a1",
"name": "mytest-4",
"status": "created",
Expand All @@ -251,6 +255,9 @@
"schema": {
"items": {
"properties": {
"created": {
"type": "string"
},
"id": {
"type": "string"
},
Expand Down Expand Up @@ -505,7 +512,7 @@
"description": "Request succeeded. Info about a workflow, including the status is returned.",
"examples": {
"application/json": {
"created": "2018-06-13 09:47:35.660977",
"created": "2018-06-13T09:47:35.66097",
"id": "256b25f4-4cfb-4684-b7a8-73872ef455a1",
"name": "mytest-1",
"status": "created",
Expand Down Expand Up @@ -720,7 +727,6 @@
"items": {
"properties": {
"last-modified": {
"format": "date-time",
"type": "string"
},
"name": {
Expand Down

0 comments on commit 2ac14f9

Please sign in to comment.