File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,12 @@ components:
250250 v3Enabled :
251251 type : boolean
252252 description : The project is enabled to use V3 APIs.
253+ settings :
254+ type : object
255+ additionalProperties : true
256+ description : Project settings for the project
257+ example :
258+ gpt : true
253259 membersCount :
254260 type : integer
255261 minimum : 1
@@ -2659,6 +2665,23 @@ components:
26592665 nullable : true
26602666 default : null
26612667 description : The project is enabled to use V3 APIs.
2668+ setSettings :
2669+ type : object
2670+ additionalProperties : true
2671+ description : Settings to set or update (merged with existing settings)
2672+ example :
2673+ gpt : true
2674+ unsetSettings :
2675+ type : array
2676+ items :
2677+ type : string
2678+ description : Setting keys to remove
2679+ example :
2680+ - oldSetting
2681+ clearAllSettings :
2682+ type : boolean
2683+ description : Clear all settings before applying setSettings/unsetSettings
2684+ default : false
26622685 CreateToken :
26632686 description : Create token request body.
26642687 type : object
You can’t perform that action at this time.
0 commit comments