Přeskočit na hlavní obsah

Serverlet user add

Path Parameters
  • serverletId integer required

    Serverlet unique id

Request Body

The JSON object with following structure.

  • username string

    User's username

  • password string

    User's password

  • path string

    User's path on serverlet must begin with /srv/

Responses

The JSON object with following schema is returned.

Schema
  • success boolean

    The result of action

  • authenticated boolean

    True if the request was authenticated

  • status integer

    Response status code