@wevion/cli 1.0.2914 → 1.0.2970
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +593 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -3843,6 +3843,32 @@
|
|
|
3843
3843
|
}
|
|
3844
3844
|
}
|
|
3845
3845
|
},
|
|
3846
|
+
"400": {
|
|
3847
|
+
"description": "Invalid request - schema validation failed",
|
|
3848
|
+
"content": {
|
|
3849
|
+
"application/json": {
|
|
3850
|
+
"schema": {
|
|
3851
|
+
"type": "object",
|
|
3852
|
+
"required": [
|
|
3853
|
+
"statusCode",
|
|
3854
|
+
"error",
|
|
3855
|
+
"message"
|
|
3856
|
+
],
|
|
3857
|
+
"properties": {
|
|
3858
|
+
"statusCode": {
|
|
3859
|
+
"type": "number"
|
|
3860
|
+
},
|
|
3861
|
+
"error": {
|
|
3862
|
+
"type": "string"
|
|
3863
|
+
},
|
|
3864
|
+
"message": {
|
|
3865
|
+
"type": "string"
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3846
3872
|
"401": {
|
|
3847
3873
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
3848
3874
|
"content": {
|
|
@@ -3869,6 +3895,58 @@
|
|
|
3869
3895
|
}
|
|
3870
3896
|
}
|
|
3871
3897
|
},
|
|
3898
|
+
"403": {
|
|
3899
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
3900
|
+
"content": {
|
|
3901
|
+
"application/json": {
|
|
3902
|
+
"schema": {
|
|
3903
|
+
"type": "object",
|
|
3904
|
+
"required": [
|
|
3905
|
+
"statusCode",
|
|
3906
|
+
"error",
|
|
3907
|
+
"message"
|
|
3908
|
+
],
|
|
3909
|
+
"properties": {
|
|
3910
|
+
"statusCode": {
|
|
3911
|
+
"type": "number"
|
|
3912
|
+
},
|
|
3913
|
+
"error": {
|
|
3914
|
+
"type": "string"
|
|
3915
|
+
},
|
|
3916
|
+
"message": {
|
|
3917
|
+
"type": "string"
|
|
3918
|
+
}
|
|
3919
|
+
}
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
"404": {
|
|
3925
|
+
"description": "Resource not found",
|
|
3926
|
+
"content": {
|
|
3927
|
+
"application/json": {
|
|
3928
|
+
"schema": {
|
|
3929
|
+
"type": "object",
|
|
3930
|
+
"required": [
|
|
3931
|
+
"statusCode",
|
|
3932
|
+
"error",
|
|
3933
|
+
"message"
|
|
3934
|
+
],
|
|
3935
|
+
"properties": {
|
|
3936
|
+
"statusCode": {
|
|
3937
|
+
"type": "number"
|
|
3938
|
+
},
|
|
3939
|
+
"error": {
|
|
3940
|
+
"type": "string"
|
|
3941
|
+
},
|
|
3942
|
+
"message": {
|
|
3943
|
+
"type": "string"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
}
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3872
3950
|
"500": {
|
|
3873
3951
|
"description": "Internal server error",
|
|
3874
3952
|
"content": {
|
|
@@ -3936,6 +4014,32 @@
|
|
|
3936
4014
|
}
|
|
3937
4015
|
}
|
|
3938
4016
|
},
|
|
4017
|
+
"400": {
|
|
4018
|
+
"description": "Invalid request - schema validation failed",
|
|
4019
|
+
"content": {
|
|
4020
|
+
"application/json": {
|
|
4021
|
+
"schema": {
|
|
4022
|
+
"type": "object",
|
|
4023
|
+
"required": [
|
|
4024
|
+
"statusCode",
|
|
4025
|
+
"error",
|
|
4026
|
+
"message"
|
|
4027
|
+
],
|
|
4028
|
+
"properties": {
|
|
4029
|
+
"statusCode": {
|
|
4030
|
+
"type": "number"
|
|
4031
|
+
},
|
|
4032
|
+
"error": {
|
|
4033
|
+
"type": "string"
|
|
4034
|
+
},
|
|
4035
|
+
"message": {
|
|
4036
|
+
"type": "string"
|
|
4037
|
+
}
|
|
4038
|
+
}
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
3939
4043
|
"401": {
|
|
3940
4044
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
3941
4045
|
"content": {
|
|
@@ -3962,6 +4066,58 @@
|
|
|
3962
4066
|
}
|
|
3963
4067
|
}
|
|
3964
4068
|
},
|
|
4069
|
+
"403": {
|
|
4070
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
4071
|
+
"content": {
|
|
4072
|
+
"application/json": {
|
|
4073
|
+
"schema": {
|
|
4074
|
+
"type": "object",
|
|
4075
|
+
"required": [
|
|
4076
|
+
"statusCode",
|
|
4077
|
+
"error",
|
|
4078
|
+
"message"
|
|
4079
|
+
],
|
|
4080
|
+
"properties": {
|
|
4081
|
+
"statusCode": {
|
|
4082
|
+
"type": "number"
|
|
4083
|
+
},
|
|
4084
|
+
"error": {
|
|
4085
|
+
"type": "string"
|
|
4086
|
+
},
|
|
4087
|
+
"message": {
|
|
4088
|
+
"type": "string"
|
|
4089
|
+
}
|
|
4090
|
+
}
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4095
|
+
"404": {
|
|
4096
|
+
"description": "Resource not found",
|
|
4097
|
+
"content": {
|
|
4098
|
+
"application/json": {
|
|
4099
|
+
"schema": {
|
|
4100
|
+
"type": "object",
|
|
4101
|
+
"required": [
|
|
4102
|
+
"statusCode",
|
|
4103
|
+
"error",
|
|
4104
|
+
"message"
|
|
4105
|
+
],
|
|
4106
|
+
"properties": {
|
|
4107
|
+
"statusCode": {
|
|
4108
|
+
"type": "number"
|
|
4109
|
+
},
|
|
4110
|
+
"error": {
|
|
4111
|
+
"type": "string"
|
|
4112
|
+
},
|
|
4113
|
+
"message": {
|
|
4114
|
+
"type": "string"
|
|
4115
|
+
}
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
}
|
|
4120
|
+
},
|
|
3965
4121
|
"500": {
|
|
3966
4122
|
"description": "Internal server error",
|
|
3967
4123
|
"content": {
|
|
@@ -127223,6 +127379,287 @@
|
|
|
127223
127379
|
}
|
|
127224
127380
|
}
|
|
127225
127381
|
},
|
|
127382
|
+
"/api/v1/device-push/register": {
|
|
127383
|
+
"post": {
|
|
127384
|
+
"operationId": "registerDevicePushToken",
|
|
127385
|
+
"summary": "Register a native device push token",
|
|
127386
|
+
"tags": [
|
|
127387
|
+
"device-push"
|
|
127388
|
+
],
|
|
127389
|
+
"description": "Stores the APNs/FCM token of the mobile shell for the authenticated user so the backend can deliver native push notifications. Upserts on the token: a device re-registered by another user is re-assigned to that user.",
|
|
127390
|
+
"requestBody": {
|
|
127391
|
+
"required": true,
|
|
127392
|
+
"content": {
|
|
127393
|
+
"application/json": {
|
|
127394
|
+
"schema": {
|
|
127395
|
+
"additionalProperties": false,
|
|
127396
|
+
"type": "object",
|
|
127397
|
+
"required": [
|
|
127398
|
+
"token",
|
|
127399
|
+
"platform"
|
|
127400
|
+
],
|
|
127401
|
+
"properties": {
|
|
127402
|
+
"token": {
|
|
127403
|
+
"minLength": 1,
|
|
127404
|
+
"maxLength": 512,
|
|
127405
|
+
"description": "APNs/FCM device registration token returned by the native push plugin.",
|
|
127406
|
+
"type": "string"
|
|
127407
|
+
},
|
|
127408
|
+
"platform": {
|
|
127409
|
+
"description": "Native platform of the Capacitor shell that produced the token.",
|
|
127410
|
+
"anyOf": [
|
|
127411
|
+
{
|
|
127412
|
+
"type": "string",
|
|
127413
|
+
"enum": [
|
|
127414
|
+
"ios"
|
|
127415
|
+
]
|
|
127416
|
+
},
|
|
127417
|
+
{
|
|
127418
|
+
"type": "string",
|
|
127419
|
+
"enum": [
|
|
127420
|
+
"android"
|
|
127421
|
+
]
|
|
127422
|
+
}
|
|
127423
|
+
]
|
|
127424
|
+
},
|
|
127425
|
+
"user_agent": {
|
|
127426
|
+
"maxLength": 1024,
|
|
127427
|
+
"description": "Device label or User-Agent captured at registration.",
|
|
127428
|
+
"type": "string"
|
|
127429
|
+
}
|
|
127430
|
+
}
|
|
127431
|
+
}
|
|
127432
|
+
}
|
|
127433
|
+
}
|
|
127434
|
+
},
|
|
127435
|
+
"security": [
|
|
127436
|
+
{
|
|
127437
|
+
"bearerAuth": []
|
|
127438
|
+
}
|
|
127439
|
+
],
|
|
127440
|
+
"responses": {
|
|
127441
|
+
"201": {
|
|
127442
|
+
"description": "Resource created",
|
|
127443
|
+
"content": {
|
|
127444
|
+
"application/json": {
|
|
127445
|
+
"schema": {
|
|
127446
|
+
"type": "object",
|
|
127447
|
+
"required": [
|
|
127448
|
+
"ok"
|
|
127449
|
+
],
|
|
127450
|
+
"properties": {
|
|
127451
|
+
"ok": {
|
|
127452
|
+
"type": "boolean"
|
|
127453
|
+
}
|
|
127454
|
+
}
|
|
127455
|
+
}
|
|
127456
|
+
}
|
|
127457
|
+
}
|
|
127458
|
+
},
|
|
127459
|
+
"400": {
|
|
127460
|
+
"description": "Invalid request - schema validation failed",
|
|
127461
|
+
"content": {
|
|
127462
|
+
"application/json": {
|
|
127463
|
+
"schema": {
|
|
127464
|
+
"type": "object",
|
|
127465
|
+
"required": [
|
|
127466
|
+
"statusCode",
|
|
127467
|
+
"error",
|
|
127468
|
+
"message"
|
|
127469
|
+
],
|
|
127470
|
+
"properties": {
|
|
127471
|
+
"statusCode": {
|
|
127472
|
+
"type": "integer"
|
|
127473
|
+
},
|
|
127474
|
+
"error": {
|
|
127475
|
+
"type": "string"
|
|
127476
|
+
},
|
|
127477
|
+
"message": {
|
|
127478
|
+
"type": "string"
|
|
127479
|
+
},
|
|
127480
|
+
"code": {
|
|
127481
|
+
"type": "string"
|
|
127482
|
+
},
|
|
127483
|
+
"request_id": {
|
|
127484
|
+
"type": "string"
|
|
127485
|
+
},
|
|
127486
|
+
"details": {
|
|
127487
|
+
"type": "object",
|
|
127488
|
+
"additionalProperties": {}
|
|
127489
|
+
}
|
|
127490
|
+
}
|
|
127491
|
+
}
|
|
127492
|
+
}
|
|
127493
|
+
}
|
|
127494
|
+
},
|
|
127495
|
+
"401": {
|
|
127496
|
+
"description": "Unauthorized - missing or invalid bearer token",
|
|
127497
|
+
"content": {
|
|
127498
|
+
"application/json": {
|
|
127499
|
+
"schema": {
|
|
127500
|
+
"type": "object",
|
|
127501
|
+
"required": [
|
|
127502
|
+
"statusCode",
|
|
127503
|
+
"error",
|
|
127504
|
+
"message"
|
|
127505
|
+
],
|
|
127506
|
+
"properties": {
|
|
127507
|
+
"statusCode": {
|
|
127508
|
+
"type": "integer"
|
|
127509
|
+
},
|
|
127510
|
+
"error": {
|
|
127511
|
+
"type": "string"
|
|
127512
|
+
},
|
|
127513
|
+
"message": {
|
|
127514
|
+
"type": "string"
|
|
127515
|
+
},
|
|
127516
|
+
"code": {
|
|
127517
|
+
"type": "string"
|
|
127518
|
+
},
|
|
127519
|
+
"request_id": {
|
|
127520
|
+
"type": "string"
|
|
127521
|
+
},
|
|
127522
|
+
"details": {
|
|
127523
|
+
"type": "object",
|
|
127524
|
+
"additionalProperties": {}
|
|
127525
|
+
}
|
|
127526
|
+
}
|
|
127527
|
+
}
|
|
127528
|
+
}
|
|
127529
|
+
}
|
|
127530
|
+
}
|
|
127531
|
+
}
|
|
127532
|
+
}
|
|
127533
|
+
},
|
|
127534
|
+
"/api/v1/device-push/unregister": {
|
|
127535
|
+
"post": {
|
|
127536
|
+
"operationId": "unregisterDevicePushToken",
|
|
127537
|
+
"summary": "Unregister a native device push token",
|
|
127538
|
+
"tags": [
|
|
127539
|
+
"device-push"
|
|
127540
|
+
],
|
|
127541
|
+
"description": "Deletes the stored device push token, only if it belongs to the authenticated user. Idempotent: returns 200 even if the token was already removed or is owned by another user.",
|
|
127542
|
+
"requestBody": {
|
|
127543
|
+
"required": true,
|
|
127544
|
+
"content": {
|
|
127545
|
+
"application/json": {
|
|
127546
|
+
"schema": {
|
|
127547
|
+
"additionalProperties": false,
|
|
127548
|
+
"type": "object",
|
|
127549
|
+
"required": [
|
|
127550
|
+
"token"
|
|
127551
|
+
],
|
|
127552
|
+
"properties": {
|
|
127553
|
+
"token": {
|
|
127554
|
+
"minLength": 1,
|
|
127555
|
+
"maxLength": 512,
|
|
127556
|
+
"description": "Device registration token to unregister.",
|
|
127557
|
+
"type": "string"
|
|
127558
|
+
}
|
|
127559
|
+
}
|
|
127560
|
+
}
|
|
127561
|
+
}
|
|
127562
|
+
}
|
|
127563
|
+
},
|
|
127564
|
+
"security": [
|
|
127565
|
+
{
|
|
127566
|
+
"bearerAuth": []
|
|
127567
|
+
}
|
|
127568
|
+
],
|
|
127569
|
+
"responses": {
|
|
127570
|
+
"200": {
|
|
127571
|
+
"description": "Successful response",
|
|
127572
|
+
"content": {
|
|
127573
|
+
"application/json": {
|
|
127574
|
+
"schema": {
|
|
127575
|
+
"type": "object",
|
|
127576
|
+
"required": [
|
|
127577
|
+
"ok"
|
|
127578
|
+
],
|
|
127579
|
+
"properties": {
|
|
127580
|
+
"ok": {
|
|
127581
|
+
"type": "boolean"
|
|
127582
|
+
}
|
|
127583
|
+
}
|
|
127584
|
+
}
|
|
127585
|
+
}
|
|
127586
|
+
}
|
|
127587
|
+
},
|
|
127588
|
+
"400": {
|
|
127589
|
+
"description": "Invalid request - schema validation failed",
|
|
127590
|
+
"content": {
|
|
127591
|
+
"application/json": {
|
|
127592
|
+
"schema": {
|
|
127593
|
+
"type": "object",
|
|
127594
|
+
"required": [
|
|
127595
|
+
"statusCode",
|
|
127596
|
+
"error",
|
|
127597
|
+
"message"
|
|
127598
|
+
],
|
|
127599
|
+
"properties": {
|
|
127600
|
+
"statusCode": {
|
|
127601
|
+
"type": "integer"
|
|
127602
|
+
},
|
|
127603
|
+
"error": {
|
|
127604
|
+
"type": "string"
|
|
127605
|
+
},
|
|
127606
|
+
"message": {
|
|
127607
|
+
"type": "string"
|
|
127608
|
+
},
|
|
127609
|
+
"code": {
|
|
127610
|
+
"type": "string"
|
|
127611
|
+
},
|
|
127612
|
+
"request_id": {
|
|
127613
|
+
"type": "string"
|
|
127614
|
+
},
|
|
127615
|
+
"details": {
|
|
127616
|
+
"type": "object",
|
|
127617
|
+
"additionalProperties": {}
|
|
127618
|
+
}
|
|
127619
|
+
}
|
|
127620
|
+
}
|
|
127621
|
+
}
|
|
127622
|
+
}
|
|
127623
|
+
},
|
|
127624
|
+
"401": {
|
|
127625
|
+
"description": "Unauthorized - missing or invalid bearer token",
|
|
127626
|
+
"content": {
|
|
127627
|
+
"application/json": {
|
|
127628
|
+
"schema": {
|
|
127629
|
+
"type": "object",
|
|
127630
|
+
"required": [
|
|
127631
|
+
"statusCode",
|
|
127632
|
+
"error",
|
|
127633
|
+
"message"
|
|
127634
|
+
],
|
|
127635
|
+
"properties": {
|
|
127636
|
+
"statusCode": {
|
|
127637
|
+
"type": "integer"
|
|
127638
|
+
},
|
|
127639
|
+
"error": {
|
|
127640
|
+
"type": "string"
|
|
127641
|
+
},
|
|
127642
|
+
"message": {
|
|
127643
|
+
"type": "string"
|
|
127644
|
+
},
|
|
127645
|
+
"code": {
|
|
127646
|
+
"type": "string"
|
|
127647
|
+
},
|
|
127648
|
+
"request_id": {
|
|
127649
|
+
"type": "string"
|
|
127650
|
+
},
|
|
127651
|
+
"details": {
|
|
127652
|
+
"type": "object",
|
|
127653
|
+
"additionalProperties": {}
|
|
127654
|
+
}
|
|
127655
|
+
}
|
|
127656
|
+
}
|
|
127657
|
+
}
|
|
127658
|
+
}
|
|
127659
|
+
}
|
|
127660
|
+
}
|
|
127661
|
+
}
|
|
127662
|
+
},
|
|
127226
127663
|
"/api/v1/ads/duplicate": {
|
|
127227
127664
|
"post": {
|
|
127228
127665
|
"operationId": "duplicateAd",
|
|
@@ -145717,6 +146154,32 @@
|
|
|
145717
146154
|
}
|
|
145718
146155
|
}
|
|
145719
146156
|
},
|
|
146157
|
+
"400": {
|
|
146158
|
+
"description": "Invalid request - schema validation failed",
|
|
146159
|
+
"content": {
|
|
146160
|
+
"application/json": {
|
|
146161
|
+
"schema": {
|
|
146162
|
+
"type": "object",
|
|
146163
|
+
"required": [
|
|
146164
|
+
"statusCode",
|
|
146165
|
+
"error",
|
|
146166
|
+
"message"
|
|
146167
|
+
],
|
|
146168
|
+
"properties": {
|
|
146169
|
+
"statusCode": {
|
|
146170
|
+
"type": "number"
|
|
146171
|
+
},
|
|
146172
|
+
"error": {
|
|
146173
|
+
"type": "string"
|
|
146174
|
+
},
|
|
146175
|
+
"message": {
|
|
146176
|
+
"type": "string"
|
|
146177
|
+
}
|
|
146178
|
+
}
|
|
146179
|
+
}
|
|
146180
|
+
}
|
|
146181
|
+
}
|
|
146182
|
+
},
|
|
145720
146183
|
"401": {
|
|
145721
146184
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
145722
146185
|
"content": {
|
|
@@ -145743,6 +146206,58 @@
|
|
|
145743
146206
|
}
|
|
145744
146207
|
}
|
|
145745
146208
|
},
|
|
146209
|
+
"403": {
|
|
146210
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
146211
|
+
"content": {
|
|
146212
|
+
"application/json": {
|
|
146213
|
+
"schema": {
|
|
146214
|
+
"type": "object",
|
|
146215
|
+
"required": [
|
|
146216
|
+
"statusCode",
|
|
146217
|
+
"error",
|
|
146218
|
+
"message"
|
|
146219
|
+
],
|
|
146220
|
+
"properties": {
|
|
146221
|
+
"statusCode": {
|
|
146222
|
+
"type": "number"
|
|
146223
|
+
},
|
|
146224
|
+
"error": {
|
|
146225
|
+
"type": "string"
|
|
146226
|
+
},
|
|
146227
|
+
"message": {
|
|
146228
|
+
"type": "string"
|
|
146229
|
+
}
|
|
146230
|
+
}
|
|
146231
|
+
}
|
|
146232
|
+
}
|
|
146233
|
+
}
|
|
146234
|
+
},
|
|
146235
|
+
"404": {
|
|
146236
|
+
"description": "Resource not found",
|
|
146237
|
+
"content": {
|
|
146238
|
+
"application/json": {
|
|
146239
|
+
"schema": {
|
|
146240
|
+
"type": "object",
|
|
146241
|
+
"required": [
|
|
146242
|
+
"statusCode",
|
|
146243
|
+
"error",
|
|
146244
|
+
"message"
|
|
146245
|
+
],
|
|
146246
|
+
"properties": {
|
|
146247
|
+
"statusCode": {
|
|
146248
|
+
"type": "number"
|
|
146249
|
+
},
|
|
146250
|
+
"error": {
|
|
146251
|
+
"type": "string"
|
|
146252
|
+
},
|
|
146253
|
+
"message": {
|
|
146254
|
+
"type": "string"
|
|
146255
|
+
}
|
|
146256
|
+
}
|
|
146257
|
+
}
|
|
146258
|
+
}
|
|
146259
|
+
}
|
|
146260
|
+
},
|
|
145746
146261
|
"500": {
|
|
145747
146262
|
"description": "Internal server error",
|
|
145748
146263
|
"content": {
|
|
@@ -145822,6 +146337,32 @@
|
|
|
145822
146337
|
}
|
|
145823
146338
|
}
|
|
145824
146339
|
},
|
|
146340
|
+
"400": {
|
|
146341
|
+
"description": "Invalid request - schema validation failed",
|
|
146342
|
+
"content": {
|
|
146343
|
+
"application/json": {
|
|
146344
|
+
"schema": {
|
|
146345
|
+
"type": "object",
|
|
146346
|
+
"required": [
|
|
146347
|
+
"statusCode",
|
|
146348
|
+
"error",
|
|
146349
|
+
"message"
|
|
146350
|
+
],
|
|
146351
|
+
"properties": {
|
|
146352
|
+
"statusCode": {
|
|
146353
|
+
"type": "number"
|
|
146354
|
+
},
|
|
146355
|
+
"error": {
|
|
146356
|
+
"type": "string"
|
|
146357
|
+
},
|
|
146358
|
+
"message": {
|
|
146359
|
+
"type": "string"
|
|
146360
|
+
}
|
|
146361
|
+
}
|
|
146362
|
+
}
|
|
146363
|
+
}
|
|
146364
|
+
}
|
|
146365
|
+
},
|
|
145825
146366
|
"401": {
|
|
145826
146367
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
145827
146368
|
"content": {
|
|
@@ -145848,6 +146389,58 @@
|
|
|
145848
146389
|
}
|
|
145849
146390
|
}
|
|
145850
146391
|
},
|
|
146392
|
+
"403": {
|
|
146393
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
146394
|
+
"content": {
|
|
146395
|
+
"application/json": {
|
|
146396
|
+
"schema": {
|
|
146397
|
+
"type": "object",
|
|
146398
|
+
"required": [
|
|
146399
|
+
"statusCode",
|
|
146400
|
+
"error",
|
|
146401
|
+
"message"
|
|
146402
|
+
],
|
|
146403
|
+
"properties": {
|
|
146404
|
+
"statusCode": {
|
|
146405
|
+
"type": "number"
|
|
146406
|
+
},
|
|
146407
|
+
"error": {
|
|
146408
|
+
"type": "string"
|
|
146409
|
+
},
|
|
146410
|
+
"message": {
|
|
146411
|
+
"type": "string"
|
|
146412
|
+
}
|
|
146413
|
+
}
|
|
146414
|
+
}
|
|
146415
|
+
}
|
|
146416
|
+
}
|
|
146417
|
+
},
|
|
146418
|
+
"404": {
|
|
146419
|
+
"description": "Resource not found",
|
|
146420
|
+
"content": {
|
|
146421
|
+
"application/json": {
|
|
146422
|
+
"schema": {
|
|
146423
|
+
"type": "object",
|
|
146424
|
+
"required": [
|
|
146425
|
+
"statusCode",
|
|
146426
|
+
"error",
|
|
146427
|
+
"message"
|
|
146428
|
+
],
|
|
146429
|
+
"properties": {
|
|
146430
|
+
"statusCode": {
|
|
146431
|
+
"type": "number"
|
|
146432
|
+
},
|
|
146433
|
+
"error": {
|
|
146434
|
+
"type": "string"
|
|
146435
|
+
},
|
|
146436
|
+
"message": {
|
|
146437
|
+
"type": "string"
|
|
146438
|
+
}
|
|
146439
|
+
}
|
|
146440
|
+
}
|
|
146441
|
+
}
|
|
146442
|
+
}
|
|
146443
|
+
},
|
|
145851
146444
|
"500": {
|
|
145852
146445
|
"description": "Internal server error",
|
|
145853
146446
|
"content": {
|