@@ -1319,7 +1319,6 @@ paths:
1319
1319
1320
1320
' /studio/{id} ' :
1321
1321
parameters :
1322
- - $ref : ' #/components/parameters/Uuid'
1323
1322
- $ref : ' #/components/parameters/Locale'
1324
1323
put :
1325
1324
security :
@@ -1328,7 +1327,7 @@ paths:
1328
1327
- Studio
1329
1328
summary : Update a Studio
1330
1329
parameters :
1331
- - $ref : ' #/components/parameters/StudioID '
1330
+ - $ref : ' #/components/parameters/Uuid '
1332
1331
requestBody :
1333
1332
required : true
1334
1333
content :
@@ -1501,17 +1500,6 @@ components:
1501
1500
example : " xxxxx.yyyyy.zzzzz"
1502
1501
required : true
1503
1502
1504
- # #
1505
- # Studio specific
1506
- #
1507
- StudioID :
1508
- name : id
1509
- in : path
1510
- schema :
1511
- $ref : ' #/components/schemas/StudioID'
1512
- required : true
1513
-
1514
-
1515
1503
# #
1516
1504
# Notifications specific
1517
1505
#
@@ -2081,7 +2069,7 @@ components:
2081
2069
description : " The flavor of this project"
2082
2070
private :
2083
2071
type : boolean
2084
- description : " Indicates whether a program should be private"
2072
+ description : " Indicates whether a project should be private"
2085
2073
default : false
2086
2074
example : false
2087
2075
required :
@@ -2403,26 +2391,26 @@ components:
2403
2391
type : string
2404
2392
example : " Catroweb"
2405
2393
description : " Username of the user who caused the notification"
2406
- program :
2407
- description : " Id of the program for which the notification is about"
2394
+ project :
2395
+ description : " Id of the project for which the notification is about"
2408
2396
allOf :
2409
2397
- $ref : ' #/components/schemas/Uuid'
2410
- program_name :
2398
+ project_name :
2411
2399
type : string
2412
2400
example : " Awesome Game"
2413
- description : " Name of the program for which the notification is about"
2401
+ description : " Name of the project for which the notification is about"
2414
2402
avatar :
2415
2403
type : string
2416
2404
example : ' https://share.catrob.at/pocketcode/images/default/avatar_default.png'
2417
2405
description : " Avatar of the user who caused the notification"
2418
- remixed_program :
2419
- description : " Id of the remixed program "
2406
+ remixed_project :
2407
+ description : " Id of the remixed project "
2420
2408
allOf :
2421
2409
- $ref : ' #/components/schemas/Uuid'
2422
- remixed_program_name :
2410
+ remixed_project_name :
2423
2411
type : string
2424
2412
example : " Awesome Remixed Game"
2425
- description : " Name of the remixed program "
2413
+ description : " Name of the remixed project "
2426
2414
message :
2427
2415
type : string
2428
2416
example :
@@ -2435,11 +2423,6 @@ components:
2435
2423
# #####################################################
2436
2424
# Studio Schema
2437
2425
# ##
2438
- StudioID :
2439
- type : string
2440
- description : ID of the studio
2441
- example : 1234abcd-12ab-12ab-12ab-123456abcdef
2442
-
2443
2426
CreateStudioRequest :
2444
2427
type : object
2445
2428
properties :
0 commit comments