createUserMetadata
Store user metadata for lock.
Path Parameters |
---|
network integer — REQUIREDNetwork id. |
lockAddress string — REQUIREDLock address. |
userAddress string — REQUIREDUser address. |
Request Body — REQUIRED |
---|
public object |
protected object |
Responses | |||
---|---|---|---|
201 Return user metadata saved.
| |||
400 Invalid input received. Bad request.
| |||
409 There is a conflict. The resource already exist.
| |||
500 Unable to fullfil request due to internal server error.
|