Sign in

Archive project

documented

Archive a project so time cannot be logged against it.

GET /api/projects/{id}/archiveProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://{{$subdomain}}.letsfreckle.com/api/projects/{{$id}}/archive.json\" \\\n  -X GET \\\n  -H \"X-FreckleToken: {{LETSFRECKLE_API_KEY}}\" \\\n  -H \"Accept: application/json\"
Archive project · Freckle · OpenIntegrations