Skip to content

Commit

Permalink
Merge pull request #212 from Interhyp/211-add-flags-to-repositories-u…
Browse files Browse the repository at this point in the history
…nmanaged-and-archived

#211 add two new config attributes "archived" and "unmanaged" to repo…
  • Loading branch information
KRaffael authored Oct 11, 2023
2 parents 46059b2 + 69b8f26 commit 1ebeb21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/generated_apimodel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions api/openapi-v3-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2786,6 +2786,14 @@
"items": {
"type": "string"
}
},
"archived": {
"type": "boolean",
"description": "Moves the repository into the archive."
},
"unmanaged": {
"type": "boolean",
"description": "Repository will not be configured, also not archived."
}
}
},
Expand Down

0 comments on commit 1ebeb21

Please sign in to comment.