Skip to content

Commit

Permalink
#211 add two new config attributes "archived" and "unmanaged" to repo…
Browse files Browse the repository at this point in the history
…sitory config
  • Loading branch information
KRaffael committed Oct 11, 2023
1 parent 46059b2 commit 69b8f26
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 69b8f26

Please sign in to comment.