Merge "doc: remove details option"

This commit is contained in:
Jenkins 2015-09-17 10:37:51 +00:00 committed by Gerrit Code Review
commit 4b0f4ff547
2 changed files with 0 additions and 9 deletions

View File

@ -28,10 +28,6 @@ Once created, you can retrieve the metric information:
{{ scenarios['get-metric']['doc'] }}
It is also possible to send the *details* parameter in the *Accept* header:
{{ scenarios['get-metric-details-in-accept']['doc'] }}
To retrieve the list of all the metrics created, use the following request:
{{ scenarios['list-metric']['doc'] }}

View File

@ -115,11 +115,6 @@
- name: list-metric
request: GET /v1/metric HTTP/1.1
- name: get-metric-details-in-accept
request: |
GET /v1/metric/{{ scenarios['create-metric']['response'].json['id'] }} HTTP/1.1
Accept: application/json; details=true
- name: post-measures
request: |
POST /v1/metric/{{ scenarios['create-metric']['response'].json['id'] }}/measures HTTP/1.1