Skip to content

Commit

Permalink
update process examples in docs
Browse files Browse the repository at this point in the history
- include stats link

[finishes #120125883]

Signed-off-by: Amelia Downs <adowns@pivotal.io>
  • Loading branch information
zrob authored and pivotal committed May 23, 2016
1 parent f5a4e51 commit 6e8d089
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/includes/api_resources/_processes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
},
"space": {
"href": "/v2/spaces/2f35885d-0c9d-4423-83ad-fd05066f8576"
},
"stats": {
"href": "/v3/processes/6a901b7c-9417-4dc1-8189-d3234aa0ab82/stats"
}
}
}
Expand Down Expand Up @@ -79,6 +82,9 @@
},
"space": {
"href": "/v2/spaces/2f35885d-0c9d-4423-83ad-fd05066f8576"
},
"stats": {
"href": "/v3/processes/6a901b7c-9417-4dc1-8189-d3234aa0ab82/stats"
}
}
},
Expand All @@ -103,14 +109,17 @@
"href": "/v3/processes/3fccacd9-4b02-4b96-8d02-8e865865e9eb"
},
"scale": {
"href": "/v3/processes/6a901b7c-9417-4dc1-8189-d3234aa0ab82/scale",
"href": "/v3/processes/3fccacd9-4b02-4b96-8d02-8e865865e9eb/scale",
"method": "PUT"
},
"app": {
"href": "/v3/apps/ccc25a0f-c8f4-4b39-9f1b-de9f328d0ee5"
},
"space": {
"href": "/v2/spaces/2f35885d-0c9d-4423-83ad-fd05066f8576"
},
"stats": {
"href": "/v3/processes/3fccacd9-4b02-4b96-8d02-8e865865e9eb/stats"
}
}
}
Expand Down

0 comments on commit 6e8d089

Please sign in to comment.