Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

docs/source/api: adjust docs regarding how emails are returned #191

Merged
merged 1 commit into from
Jun 30, 2015

Conversation

scorphus
Copy link
Contributor

The API returns emails surrounded by < and > – e.g.:

...
"committer" : {
    "email" : "<gandalf@example.com>",
    "...": "..."
},
...

The API returns emails surrounded by `<` and `>` – e.g.:

```json
...
"committer" : {
    "email" : "<gandalf@example.com>",
    "...": "..."
},
...
```
andrewsmedina added a commit that referenced this pull request Jun 30, 2015
docs/source/api: adjust docs regarding how emails are returned
@andrewsmedina andrewsmedina merged commit 7508aa1 into tsuru:master Jun 30, 2015
@andrewsmedina
Copy link
Contributor

@scorphus thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants