Skip to content

Commit

Permalink
Contacts: Add payload to the route adding a contact
Browse files Browse the repository at this point in the history
Part of #30
  • Loading branch information
denschub committed Jan 26, 2019
1 parent 44d28af commit a9ea206
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _routes/contacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,19 @@ GET /api/v1/aspects/:aspect_id/contacts
### Request

~~~
POST /api/v1/aspects/:aspect_id/contacts/:person_guid
POST /api/v1/aspects/:aspect_id/contacts
~~~
~~~json
{
"person": "cb7e4aa0b82f0133e40d406c8f31e210"
}
~~~

### Parameters

| Name | Type | Description |
| ------ | ---- | ---------------------------------------------------------------- |
| person | GUID | The GUID of the person that should be added to the given aspect. |

### Response

Expand Down

0 comments on commit a9ea206

Please sign in to comment.