Skip to content

Commit 8c00e78

Browse files
OAS Update
1 parent 9837cb6 commit 8c00e78

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

services/auditlog/v2/auditlog.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,19 +328,22 @@
328328
"error": {
329329
"properties": {
330330
"message": {
331-
"description": "Message describing the error that occurred",
331+
"description": "Description of the error.",
332332
"type": "string"
333333
},
334334
"path": {
335-
"description": "Path that was called and where the error occurred",
335+
"description": "Path which was called.",
336+
"example": "/path/where/error/occurred",
336337
"type": "string"
337338
},
338339
"status": {
339-
"description": "Status Code in which the call resulted",
340-
"type": "string"
340+
"description": "Http status code.",
341+
"example": 400,
342+
"type": "number"
341343
},
342344
"timestamp": {
343-
"description": "Timestamp at which the error occurred",
345+
"description": "Timestamp at which the error occurred.",
346+
"example": "2019-08-24T14:15:22Z",
344347
"format": "date-time",
345348
"type": "string"
346349
}
@@ -351,12 +354,12 @@
351354
"gatewayError": {
352355
"properties": {
353356
"message": {
354-
"description": "Message describing the error that occurred",
357+
"description": "Description of the error.",
355358
"type": "string"
356359
},
357360
"status": {
358-
"description": "Status Code in which the call resulted",
359-
"type": "string"
361+
"description": "Http status code.",
362+
"type": "number"
360363
}
361364
},
362365
"title": "gatewayError",

0 commit comments

Comments
 (0)