Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 4 additions & 2 deletions specs/confluence-v2-partial.json
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,8 @@
"type": "string",
"enum": [
"current",
"archived"
"archived",
"trashed"
]
}
},
Expand Down Expand Up @@ -4821,7 +4822,8 @@
"SpaceStatus": {
"enum": [
"current",
"archived"
"archived",
"trashed"
],
"type": "string",
"description": "The status of the space."
Expand Down
2 changes: 1 addition & 1 deletion specs/confluence-v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specs/jira-v3-partial.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"termsOfService": "https://developer.atlassian.com/platform/marketplace/atlassian-developer-terms/",
"title": "The Jira Cloud platform REST API - Atla partial",
"version": "1001.0.0-SNAPSHOT-5de4cd1ec6c43e0dfabe1527f1798e32137e38ef"
"version": "1001.0.0-SNAPSHOT-efb9cb050af121e391559c902bcc791f3ff3d7fd"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion specs/jira-v3.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions specs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"generated_at": "2026-08-03T10:08:50.442416Z",
"generated_at": "2026-08-17T07:26:08.816426Z",
"generator": {
"tool": "progenitor",
"version": "progenitor-0.14"
},
"specs": {
"jira": {
"source_file": "specs/jira-v3-partial.json",
"source_sha256": "88271b26f8d41610e1e08113f1a1c8dc6fc2f0293aa6618a3f172363a180d41f",
"source_sha256": "d772e8725b236bbb0fcbcff1cb587f6c49b6121d9d9a6d0d6f232bda8eea7d45",
"upstream_source_file": "specs/jira-v3.json",
"upstream_url": "https://dac-static.atlassian.com/cloud/jira/platform/swagger-v3.v3.json",
"upstream_sha256": "90d1546f74f824416a43d9925cb3ede7313e7b04a0b06c9a5f6f972625cc0d0d",
"upstream_sha256": "3a20b49625020f684bf776d009339424122b8e0010bc7bab48c3b96cbdfda3e6",
"partial_spec_script": "scripts/jira-v3-partial-spec.js",
"description": "Jira REST API v3 (partial, filtered to used endpoints)"
},
"confluence": {
"source_file": "specs/confluence-v2-partial.json",
"source_sha256": "4e2fd3eb7d34af447cb7193ea111d41bab45d5aebcebf556939d99d2d02decf6",
"source_sha256": "275e559ed35cb1029ea7ad2ba78839884f390bce4f3f8fed68a56a2b42b50dc2",
"upstream_source_file": "specs/confluence-v2.json",
"upstream_url": "https://dac-static.atlassian.com/cloud/confluence/openapi-v2.v3.json",
"upstream_sha256": "c4bd1ed570f21cd6dee2360d9cda0d5aa09933233491c8286d60cc4fa16c5df5",
"upstream_sha256": "451377c5a598ee8155acc11b611404f309bed4a4292ea87f88ed3bfed38fa0a8",
"description": "Confluence REST API v2 (partial, filtered to used endpoints)",
"partial_spec_script": "scripts/confluence-v2-partial-spec.js"
},
Expand Down