You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api_proxy.yaml
+82-39Lines changed: 82 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,11 @@ paths:
29
29
"$ref": "#/definitions/ServicePublic"
30
30
examples:
31
31
application/json:
32
-
department_name: dept
33
-
organization_name: org
34
-
service_id: 2b3e728c1a5d1efa035c
35
-
service_name: service
32
+
department_name: "IO"
33
+
organization_fiscal_code: "00000000000"
34
+
organization_name: "IO"
35
+
service_id: "5a563817fcc896087002ea46c49a"
36
+
service_name: "App IO"
36
37
version: 1
37
38
"401":
38
39
description: Bearer token null or expired.
@@ -56,9 +57,9 @@ paths:
56
57
$ref: "#/definitions/ServiceList"
57
58
examples:
58
59
application/json:
59
-
page_size: 1
60
60
items:
61
61
- service_id: 2b3e728c1a5d1efa035c
62
+
page_size: 1
62
63
"401":
63
64
description: Bearer token null or expired.
64
65
"500":
@@ -79,6 +80,14 @@ paths:
79
80
description: Found.
80
81
schema:
81
82
$ref: "#/definitions/ServiceList"
83
+
examples:
84
+
application/json:
85
+
items:
86
+
- service_id: "AzureDeployc49a"
87
+
version: 1
88
+
- service_id: "5a25abf4fcc89605c082f042c49a"
89
+
version: 0
90
+
page_size: 1
82
91
"401":
83
92
description: Bearer token null or expired.
84
93
"500":
@@ -106,10 +115,16 @@ paths:
106
115
examples:
107
116
application/json:
108
117
items:
109
-
- id: 01BX9NSMKVXXS5PSP2FATZMYYY
110
-
sender_service_id: "5a25abf4fcc89605c082f042c49a"
111
-
- id: 01BX9NSMKVXXS5PSP2FATZM123
112
-
sender_service_id: "5a25abf4fcc89605c082f042c49a"
118
+
- created_at: "2018-05-21T07:36:41.209Z"
119
+
fiscal_code: "LSSLCU79B24L219P"
120
+
id: "01CE0T1Z18T3NT9ECK5NJ09YR3"
121
+
sender_service_id: "5a563817fcc896087002ea46c49a"
122
+
time_to_live: 3600
123
+
- created_at: "2018-05-21T07:41:01.361Z"
124
+
fiscal_code: "LSSLCU79B24L219P"
125
+
id: "01CE0T9X1HT595GEF8FH9NRSW7"
126
+
sender_service_id: "5a563817fcc896087002ea46c49a"
127
+
time_to_live: 3600
113
128
page_size: 2
114
129
next: https://example.com/next
115
130
"401":
@@ -139,18 +154,24 @@ paths:
139
154
"200":
140
155
description: Found.
141
156
schema:
142
-
$ref: "#/definitions/MessageWithContent"
157
+
$ref: "#/definitions/CreatedMessageWithContent"
143
158
examples:
144
159
application/json:
145
-
id: 01BX9NSMKAAAS5PSP2FATZM6BQ
146
-
subject: message subject, aliquip sint nulla in estinut
147
-
markdown: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas et mollis felis.
148
-
Vivamus orci nisl, commodo ut sodales ut, eleifend a libero. Donec dapibus, turpis in mattis tempor,
149
-
risus nunc malesuada ex, non aliquet metus nunc a lacus. Aenean in arcu vitae nisl porta
150
-
fermentum nec non nibh. Phasellus tortor tellus, semper in metus eget, eleifend
151
-
laoreet nibh. Aenean feugiat lectus ut nisl eleifend gravida.
152
-
sender_service_id: "5a25abf4fcc89605c082f042c49a"
153
-
created_at: "2018-05-21T12:45:41.105Z"
160
+
message: {
161
+
content: {
162
+
markdown: "hey hey !! <a style=\"color: red\" href=\"http://example.com\"> some content here ..... this is a link with a style applied, some other content</a>",
0 commit comments