File tree Expand file tree Collapse file tree 1 file changed +1
-76
lines changed Expand file tree Collapse file tree 1 file changed +1
-76
lines changed Original file line number Diff line number Diff line change @@ -10117,79 +10117,4 @@ paths:
10117
10117
success :
10118
10118
type : boolean
10119
10119
description : Success state
10120
-
10121
- /api/v2.1/repos/{repo_id}/metadata/ :
10122
- get :
10123
- tags :
10124
- - Metadata
10125
- summary : Get metadata enabled status
10126
- description : Returns the enabled status of metadata and the status of metadata tags for the library.
10127
- security :
10128
- - AccountTokenAuth : []
10129
- parameters :
10130
- - $ref : ' #/components/parameters/repo_id'
10131
- responses :
10132
- ' 200 ' :
10133
- description : OK
10134
- content :
10135
- application/json :
10136
- schema :
10137
- type : object
10138
- properties :
10139
- enabled :
10140
- type : boolean
10141
- tags_enabled :
10142
- type : boolean
10143
- tags_lang :
10144
- type : string
10145
- details_settings :
10146
- type : string
10147
- ocr_enabled :
10148
- type : boolean
10149
- example : {
10150
- " enabled " : false,
10151
- " tags_enabled " : false,
10152
- " tags_lang " : " " ,
10153
- " details_settings " : " {}" ,
10154
- " ocr_enabled " : false
10155
- }
10156
- put :
10157
- tags :
10158
- - Metadata
10159
- summary : Enabled metadata
10160
- description : Enabled metadata for a library.
10161
- security :
10162
- - AccountTokenAuth : []
10163
- parameters :
10164
- - $ref : ' #/components/parameters/repo_id'
10165
- responses :
10166
- ' 200 ' :
10167
- description : OK
10168
- content :
10169
- application/json :
10170
- schema :
10171
- type : object
10172
- properties :
10173
- success :
10174
- type : boolean
10175
- description : Success state
10176
- delete :
10177
- tags :
10178
- - Metadata
10179
- summary : Disable metadata
10180
- description : Disable metadata for a library.
10181
- security :
10182
- - AccountTokenAuth : []
10183
- parameters :
10184
- - $ref : ' #/components/parameters/repo_id'
10185
- responses :
10186
- ' 200 ' :
10187
- description : OK
10188
- content :
10189
- application/json :
10190
- schema :
10191
- type : object
10192
- properties :
10193
- success :
10194
- type : boolean
10195
- description : Success state
10120
+
You can’t perform that action at this time.
0 commit comments