Skip to content

Commit

Permalink
docs(api blueprint): Account Profile -> Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 30, 2015
1 parent 657828b commit 10575b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -550,14 +550,14 @@ or set account properties or destroy their accounts.
}


## Account Profile [/session/account/profile]
## Profile [/session/account/profile]

All custom user data is stored in the account profile.
All custom user data is stored in the profile.

Every account has an associated profile, by default, an empty one
is created when creating the account.

### Fetch user account profile [GET]
### Fetch user profile [GET]

+ Request

Expand Down Expand Up @@ -601,7 +601,7 @@ is created when creating the account.
}]
}

### Update user account profile [PATCH]
### Update user profile [PATCH]

+ Request (application/vnd.api+json)

Expand Down Expand Up @@ -979,15 +979,15 @@ Admins can fetch and manage all user accounts and their profile properties
}


## Account Profile [/accounts/{id}/profile]
## Profile [/accounts/{id}/profile]

All custom user data is stored in the account profile.
All custom user data is stored in the profile.

+ Parameters

+ id: abc4567 (required, string) - id of account

### Fetch user account profile [GET]
### Fetch user profile [GET]

+ Request

Expand Down Expand Up @@ -1021,7 +1021,7 @@ All custom user data is stored in the account profile.
}]
}

### Update user account profile [PATCH]
### Update user profile [PATCH]

+ Request (application/vnd.api+json)

Expand Down

0 comments on commit 10575b9

Please sign in to comment.