1. Open profile
Returns an open profile
Request
Method | URL |
---|---|
GET | api_url/openProfile?uuid={uuid} |
Params | Value | Description |
---|---|---|
uuid | string | UUID of profile |
Example Request
Method | URL |
---|---|
GET | http://127.0.0.1:2222/openProfile?uuid=99bed28d-7d71-432e-87c8-71d24926acb3 |
Example Response
Profile with UUID of "99bed28d-7d71-432e-87c8-71d24926acb3" is opened.
Last updated