Manage server
Add new parameter record
POST
http://try-server.labpipe.org/api/manage/create/:param
Add new record to specified parameter group
Path Parameters
Name
Type
Description
param
string
Parameter group where new record will be added
Headers
Name
Type
Description
Authorization
string
HTTP Basic authentication
{"message": "Email group added."}
param
Request body type
Template
Note
operator
JSON
passwordHash
is not required in request body. A temporary password will be generated and emailed to the newly created operator.
token
N/A
N/A
No request body required.
Change password
PUT
http://try-server.labpipe.org/api/manage/update/password
Change password for authenticated operator. Request body contains Base64 encoded new password.
Headers
Name
Type
Description
Authorization
string
HTTP Basic authentication
{"message": "Password updated."}
Last updated
Was this helpful?