Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
5d2f1d60
Commit
5d2f1d60
authored
8 years ago
by
Kibigo!
Browse files
Options
Downloads
Patches
Plain Diff
Typofixes
parent
5d65aa3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Using-the-API/API.md
+5
-5
5 additions, 5 deletions
docs/Using-the-API/API.md
with
5 additions
and
5 deletions
docs/Using-the-API/API.md
+
5
−
5
View file @
5d2f1d60
...
...
@@ -112,21 +112,21 @@ Returns an array of [Statuses](#status).
GET /api/v1/accounts/:id/follow
GET /api/v1/accounts/:id/unfollow
Returns the target
[
Account
](
#account
]
.
Returns the target
[
Account
](
#account
)
.
#### Blocking/unblocking an account:
GET /api/v1/accounts/:id/block
GET /api/v1/accounts/:id/unblock
Returns the target
[
Account
](
#account
]
.
Returns the target
[
Account
](
#account
)
.
#### Muting/unmuting an account:
GET /api/v1/accounts/:id/mute
GET /api/v1/accounts/:id/unmute
Returns the target
[
Account
](
#account
]
.
Returns the target
[
Account
](
#account
)
.
#### Getting an account's relationships:
...
...
@@ -314,7 +314,7 @@ Returns a [Status](#status).
Returns a
[
Context
](
#context
)
.
#### Getting a status
card
:
#### Getting a
card associated with a
status:
GET /api/v1/statuses/:id/card
...
...
@@ -419,7 +419,7 @@ ___
| Attribute | Description |
| ------------------------ | ----------- |
|
`url`
| The url
of the
associated
status
|
|
`url`
| The url associated
with the card
|
|
`title`
| The title of the card |
|
`description`
| The card description |
|
`image`
| The image associated with the card, if any |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment