mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-20 20:40:38 +09:00
docs: update skill docs for blocked status handling and workspace API
Add explicit blocked status PATCH example and clarify escalation rules in SKILL.md. Add workspace CRUD endpoints to API reference table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
45c4df7b8a
commit
b9dad31eb1
2 changed files with 12 additions and 3 deletions
|
|
@ -408,6 +408,10 @@ Terminal states: `done`, `cancelled`
|
|||
| GET | `/api/projects/:projectId` | Project details |
|
||||
| POST | `/api/companies/:companyId/projects` | Create project |
|
||||
| PATCH | `/api/projects/:projectId` | Update project |
|
||||
| GET | `/api/projects/:projectId/workspaces` | List project workspaces |
|
||||
| POST | `/api/projects/:projectId/workspaces` | Create project workspace |
|
||||
| PATCH | `/api/projects/:projectId/workspaces/:workspaceId` | Update project workspace |
|
||||
| DELETE | `/api/projects/:projectId/workspaces/:workspaceId` | Delete project workspace |
|
||||
| GET | `/api/companies/:companyId/goals` | List goals |
|
||||
| GET | `/api/goals/:goalId` | Goal details |
|
||||
| POST | `/api/companies/:companyId/goals` | Create goal |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue