api-ref: Fix incorrect parameter name
In os-instance-actions.inc, the 'instance_actions_links' parameter should be 'links' in the response of "GET /servers/{server_id}/os-instance-actions" API. Change-Id: If333b6e063fe68c09706584890ae2753f1b7c84f Closes-Bug: #1740107
This commit is contained in:
parent
3bc4cb022f
commit
6f92e3906b
@ -50,7 +50,7 @@ Response
|
||||
- start_time: start_time
|
||||
- user_id: user_id
|
||||
- updated_at: updated_instance_action
|
||||
- instance_actions_links: instance_actions_next_links
|
||||
- links: instance_actions_next_links
|
||||
|
||||
**Example List Actions For Server: JSON response**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user