Skip to content

Commit 9604df8

Browse files
author
孙永强
committed
update
1 parent b8360cb commit 9604df8

File tree

1 file changed

+1
-76
lines changed

1 file changed

+1
-76
lines changed

api/user_account_operations.yaml

Lines changed: 1 addition & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -10117,79 +10117,4 @@ paths:
1011710117
success:
1011810118
type: boolean
1011910119
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+

0 commit comments

Comments
 (0)