Reorder request params in endpoint policy api-ref

The params list was reordered to match the order in which they appear in
the URL.

Change-Id: If579b4094265505820c8642719fe26b67db82e23
Closes-Bug: #1602714
This commit is contained in:
David Stanek 2016-07-13 15:43:59 +00:00
parent 88b9b13328
commit f20e6ebee9
1 changed files with 6 additions and 6 deletions

View File

@ -49,8 +49,8 @@ Request
.. rest_parameters:: parameters.yaml
- endpoint_id: endpoint_id
- policy_id: policy_id
- endpoint_id: endpoint_id
Verify a policy and endpoint association
@ -69,8 +69,8 @@ Request
.. rest_parameters:: parameters.yaml
- endpoint_id: endpoint_id
- policy_id: policy_id
- endpoint_id: endpoint_id
Delete a policy and endpoint association
@ -87,8 +87,8 @@ Request
.. rest_parameters:: parameters.yaml
- endpoint_id: endpoint_id
- policy_id: policy_id
- endpoint_id: endpoint_id
Associate policy and service-type endpoint
@ -108,8 +108,8 @@ Request
.. rest_parameters:: parameters.yaml
- service_id: service_id
- policy_id: policy_id
- service_id: service_id
Verify a policy and service-type endpoint association
@ -128,8 +128,8 @@ Request
.. rest_parameters:: parameters.yaml
- service_id: service_id
- policy_id: policy_id
- service_id: service_id
Delete a policy and service-type endpoint association
@ -146,8 +146,8 @@ Request
.. rest_parameters:: parameters.yaml
- service_id: service_id
- policy_id: policy_id
- service_id: service_id
Show policy for endpoint