Skip to content
Merged
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
2 changes: 1 addition & 1 deletion sections/schedule_entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ This endpoint will return `201 Created` with the current JSON representation of

```shell
curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \
-d '{"summary":"Important Meeting","starts_at":"2015-06-04T00:00:00Z","ends_at":"2015-06-04T00:00:00Z"}' \
-d '{"summary":"Important Meeting","starts_at":"2015-06-04T00:00:00Z","ends_at":"2015-06-04T02:00:00Z"}' \
Comment thread
jeremy marked this conversation as resolved.
https://3.basecampapi.com/$ACCOUNT_ID/schedules/3/entries.json
Comment thread
jeremy marked this conversation as resolved.
```

Expand Down