Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions endpoints/file.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## File

The first resource that needs to be created to upload a file is the [Upload](/documentation/endpoints/upload) resource. After the upload
is finished you need to create a new [File](/documentation/endpoints/file) resource that will published via real time to
all the other members of the [List](/documentation/endpoints/list) you are creating the [File](/documentation/endpoints/file) in.
The first resource that needs to be created to upload a file is the [Upload](endpoints/upload.md) resource. After the upload
is finished you need to create a new [File](endpoints/file.md) resource that will published via real time to
all the other members of the [List](endpoints/list.md) you are creating the [File](endpoints/file.md) in.

### Get Files for a Task or List

Expand Down
8 changes: 4 additions & 4 deletions endpoints/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ All tasks created in Wunderlist belong to a list.
"type": "list",
"revision": 10
}
<!--
<!--
### Get a List's Task Counts

GET a.wunderlist.com/api/v1/lists/tasks_count
Expand Down Expand Up @@ -171,6 +171,6 @@ revision | integer | **required**

### See Also

- [task](/documentation/endpoints/task) - get the tasks belonging to a given list
- [membership](/documentation/endpoints/membership) - determine list ownership, members, and whether the list is pending or accepted
- [positions](/documentation/endpoints/positions) - get the current order for a users' lists
- [task](endpoints/task.md) - get the tasks belonging to a given list
- [membership](endpoints/membership.md) - determine list ownership, members, and whether the list is pending or accepted
- [positions](endpoints/positions.md) - get the current order for a users' lists
2 changes: 1 addition & 1 deletion endpoints/membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ revision | integer | **required**

### See Also

- [user](/documentation/endpoints/user) - get information about users
- [user](endpoints/user.md) - get information about users
2 changes: 1 addition & 1 deletion endpoints/root.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Root

Root is the top-level entity in the [sync hierarchy](/documentation/concepts/revisions).
Root is the top-level entity in the [sync hierarchy](concepts/revisions.md).

### Fetch the Root for the current User

Expand Down
8 changes: 4 additions & 4 deletions endpoints/upload.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Upload

The first resource that needs to be created to upload a file is the [Upload](/documentation/endpoints/upload) resource. After the upload
is finished you need to create a new [File](/documentation/endpoints/file) resource that will published via real time to
all the other members of the [List](/documentation/endpoints/list) you are creating the [File](/documentation/endpoints/file) in.
The first resource that needs to be created to upload a file is the [Upload](endpoints/upload.md) resource. After the upload
is finished you need to create a new [File](endpoints/file.md) resource that will published via real time to
all the other members of the [List](endpoints/list.md) you are creating the [File](endpoints/file.md) in.

Here are the single steps you need to process to finish a file upload.

Expand Down Expand Up @@ -133,4 +133,4 @@ This case can happen if you try to mark the upload as finished without uploading
}

**Info:** If an upload fails, simply create a new upload. Failed uploads will be automatically
garbage collected by the API.
garbage collected by the API.
2 changes: 1 addition & 1 deletion endpoints/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ revision | integer | **required**

### See Also

- [membership](/documentation/endpoints/membership) - determine list ownership, members, and whether the list is pending or accepted
- [membership](endpoints/membership.md) - determine list ownership, members, and whether the list is pending or accepted