Archive project
documentedArchive a project so time cannot be logged against it.
GET /api/projects/{id}/archiveProjectsno implementation yet0 runsNo 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\"