This API is used to query the building information.
N/A
Parameter |
In |
Type |
Description |
|---|---|---|---|
api |
body |
Dict |
Specifies the API information. |
engine |
body |
Dict |
Specifies the engine information. |
GET /v1/95d02433133a4c0a87ba6967474a2ad3/build_info
{
"api": {
"revision": "{api_build_revision}"
},
"engine": {
"revision": "{engine_build_revision}"
}
}
Return Code |
Type |
Description |
|---|---|---|
200 |
OK |
Request was successful. |
Return Code |
Type |
Description |
|---|---|---|
401 |
Unauthorized |
Authorization failed. |