latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

WordList

Create a folder to save word list

Create or update a folder

post/v2/word_list/create_folder

Headers

Authorizationstring

Bearer jwt token

Request body

category_idinteger

categories id

deletedinteger

1=deleted

folder_namestring

the word folder name

idinteger
image_urlstring

the cover of this list

saved_countinteger

how many items are saved to this folder

typestring

the list type

user_idstring

the user udid

Response

success

codeinteger

0=success,only parse data when code=0

{"stackTrail":"components:schemas:bluente_internal_platform_utils.BaseResponse:properties:data","oasType":"schema","type":"unknown","description":"real data"}
messagestring

tip message

Example response

{
  "message": "success"
}