File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 527527 "message",
528528 "name",
529529 "id",
530- "etag ",
531- "path ",
532- "type "
530+ "status ",
531+ "statusText ",
532+ "created_at "
533533 ],
534534 "properties": {
535535 "message": {
542542 "type": "integer",
543543 "format": "int64"
544544 },
545- "etag": {
546- "type": "string"
545+ "status": {
546+ "type": "integer",
547+ "format": "int64"
547548 },
548- "path ": {
549+ "statusText ": {
549550 "type": "string"
550551 },
551- "type ": {
552+ "created_at ": {
552553 "type": "string"
553554 }
554555 }
Original file line number Diff line number Diff line change 457457 " message" ,
458458 " name" ,
459459 " id" ,
460- " etag " ,
461- " path " ,
462- " type "
460+ " status " ,
461+ " statusText " ,
462+ " created_at "
463463 ],
464464 "properties" : {
465465 "message" : {
472472 "type" : " integer" ,
473473 "format" : " int64"
474474 },
475- "etag" : {
476- "type" : " string"
475+ "status" : {
476+ "type" : " integer" ,
477+ "format" : " int64"
477478 },
478- "path " : {
479+ "statusText " : {
479480 "type" : " string"
480481 },
481- "type " : {
482+ "created_at " : {
482483 "type" : " string"
483484 }
484485 }
Original file line number Diff line number Diff line change @@ -1611,9 +1611,10 @@ export type components = {
16111611 name : string ;
16121612 /** Format: int64 */
16131613 id : number ;
1614- etag : string ;
1615- path : string ;
1616- type : string ;
1614+ /** Format: int64 */
1615+ status : number ;
1616+ statusText : string ;
1617+ created_at : string ;
16171618 } ;
16181619 Notify : {
16191620 date : string ;
Original file line number Diff line number Diff line change @@ -1155,9 +1155,10 @@ export type components = {
11551155 name : string ;
11561156 /** Format: int64 */
11571157 id : number ;
1158- etag : string ;
1159- path : string ;
1160- type : string ;
1158+ /** Format: int64 */
1159+ status : number ;
1160+ statusText : string ;
1161+ created_at : string ;
11611162 } ;
11621163 Notify : {
11631164 date : string ;
You can’t perform that action at this time.
0 commit comments