Skip to content

Document creating a dock tool by type#413

Merged
jeremy merged 2 commits into
masterfrom
sync-tool-type-create
Jul 22, 2026
Merged

Document creating a dock tool by type#413
jeremy merged 2 commits into
masterfrom
sync-tool-type-create

Conversation

@jeremy

@jeremy jeremy commented Jul 22, 2026

Copy link
Copy Markdown
Member

Updates the Create a tool section to match the current API.

Creating a tool in a project's dock now works by type rather than by cloning an existing tool:

  • Required tool_type — the kind of tool to add. One of Message::Board, Todoset, Vault, Schedule, Chat::Transcript, Kanban::Board, Questionnaire, or Inbox.
  • Optional title — the name for the tool. When omitted, Basecamp chooses the title.

The endpoint returns 201 Created with the same JSON body as Get a tool. The JSON and cURL examples are updated to send tool_type.

Creating a tool now takes a required tool_type (one of Message::Board,
Todoset, Vault, Schedule, Chat::Transcript, Kanban::Board, Questionnaire,
or Inbox) plus an optional title, and returns 201 Created with the same
body as Get a tool. When title is omitted, Basecamp chooses it.
Copilot AI review requested due to automatic review settings July 22, 2026 09:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Basecamp API documentation for creating dock tools so it reflects the current “create by type” behavior (via tool_type) rather than cloning an existing tool.

Changes:

  • Rewrites the “Create a tool” endpoint description to describe adding a tool by tool_type.
  • Updates request parameter documentation (required tool_type, optional title).
  • Updates JSON and cURL examples to send tool_type instead of source_recording_id.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread sections/tools.md
Comment thread sections/tools.md Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f366722d9f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread sections/tools.md
Copilot AI review requested due to automatic review settings July 22, 2026 15:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@jeremy
jeremy merged commit 91770a4 into master Jul 22, 2026
1 check passed
@jeremy
jeremy deleted the sync-tool-type-create branch July 22, 2026 15:44
@jeremy
jeremy requested a review from Copilot July 22, 2026 17:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants