docs: Fix wrong get-performance-data.yml JSON parameter names (#12606)

This commit is contained in:
Mori Atsushi
2019-05-09 00:37:32 +09:00
committed by Dan Graham
parent da99ceedc5
commit 3d7a011388
@@ -65,13 +65,13 @@ endpoint:
- name: session_id
description: ID of the session to route the command to
json_parameters:
- name: package_name
- name: packageName
type: string
description: The package name of the application
- name: data_type
- name: dataType
type: string
description: The type of system state which wants to read. It should be one of the supported performance data types.
- name: data_read_timeout
- name: dataReadTimeout
type: number
description: The number of attempts to read (optional)
response: