Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Update systems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SueSmith committed May 30, 2014
1 parent 8a09541 commit af17220
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Content-Type: application/json
"slug": "system-slug",
"url": "http://systemsite.com",
"name": "System Name",
"description": "System description.",
"email": "admin@systemsite.com",
"imageUrl": "http://systemsite.com/image.jpg",
"issuers": [
Expand Down Expand Up @@ -85,6 +86,7 @@ Content-Type: application/json
* slug
* url
* name
* description
* email
* imageUrl
* [issuers](issuers.md) `[ ]`
Expand Down Expand Up @@ -118,6 +120,7 @@ Content-Type: application/json
"slug": "system-slug",
"url": "http://systemsite.com",
"name": "System Name",
"description": "System description.",
"email": "admin@systemsite.com",
"imageUrl": "http://systemsite.com/image.jpg",
"issuers": [
Expand Down Expand Up @@ -155,6 +158,7 @@ Content-Type: application/json
* slug
* url
* name
* description
* email
* imageUrl
* [issuers](issuers.md) `[ ]`
Expand Down Expand Up @@ -211,6 +215,7 @@ Content-Type: application/json
"id": 1,
"slug": "system-slug",
"name": "System Name",
"description": "System description.",
"url": "http://systemsite.com",
"email": "admin@systemsite.com",
"imageUrl": "http://systemsite.com/image.jpg",
Expand All @@ -226,6 +231,7 @@ Content-Type: application/json
* id
* slug
* name
* description
* url
* email
* imageUrl
Expand Down Expand Up @@ -269,6 +275,7 @@ Content-Type: application/json
"details": {
"slug": "system-slug",
"name": "System Name",
"description": "System description.",
"url": "http://systemsite.com",
"email": "admin@systemsite.com",
"description": "System Description"
Expand Down Expand Up @@ -313,6 +320,7 @@ Content-Type: application/json
"id": 1,
"slug": "system-slug",
"name": "System Name",
"description": "System description.",
"url": "http://systemsite.com",
"email": "admin@systemsite.com",
"imageUrl": "http://systemsite.com/image.jpg",
Expand Down Expand Up @@ -361,7 +369,7 @@ Content-Type: application/json
"name": "System Name",
"url": "http://systemsite.com",
"email": "admin@systemsite.com",
"description": "System Description"
"description": "System description."
}
}
```
Expand Down Expand Up @@ -390,6 +398,7 @@ Content-Type: application/json
"id": 1,
"slug": "system-slug",
"name": "System Name",
"description": "System description.",
"url": "http://systemsite.com",
"email": "admin@systemsite.com",
"imageUrl": "http://systemsite.com/image.jpg",
Expand All @@ -413,8 +422,3 @@ Content-Type: application/json
"message": "Could not find system with slug <attempted slug>"
}
```
<!--
## `GET /public/systems/<slug>`
Retrieves a specific public system.
-->

0 comments on commit af17220

Please sign in to comment.