Skip to main content

Update to delete User Values

PUT 

/api/web/v1/self/values

Update to delete User Values

Request

Body

array

required

  • Array [

  • string

  • ]

Responses

OK

Schema

  • Array [

  • name string

    The name of the user value which will be added or updated, when corresponding self admin action completes, it will also be the response body which is the name of the user values the user currently has or the remaining after deletion.

    value string

    The value of the user value which will be added or updated, when corresponding self admin action completes, it will also be response body which is the value of the user values the user currently has or the remaining after deletion.

  • ]

Loading...