Skip to content

Commit

Permalink
Merge pull request #18 from Interhyp/feature/po-delegate
Browse files Browse the repository at this point in the history
fix(api): patch and create owner dto not extending base owner dto
  • Loading branch information
Silthus authored Oct 6, 2022
2 parents d649ea0 + 38e32a7 commit bcbf97d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v1/apimodel.go

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

26 changes: 26 additions & 0 deletions docs/openapi-v3-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,19 @@
"description": "The product owner of this owner space",
"example": "kschlangenheld"
},
"promoters": {
"type": "array",
"description": "A list of users that are allowed to promote services in this owner space",
"items": {
"type": "string",
"description": "The username of a user allowed to promote services in this owner space",
"example": "kschlangenheld"
},
"example": [
"kschlangenheld",
"someotheruser"
]
},
"defaultJiraProject": {
"type": "string",
"description": "The default jira project that is used by this owner space",
Expand Down Expand Up @@ -1987,6 +2000,19 @@
"description": "The product owner of this owner space",
"example": "kschlangenheld"
},
"promoters": {
"type": "array",
"description": "A list of users that are allowed to promote services in this owner space",
"items": {
"type": "string",
"description": "The username of a user allowed to promote services in this owner space",
"example": "kschlangenheld"
},
"example": [
"kschlangenheld",
"someotheruser"
]
},
"defaultJiraProject": {
"type": "string",
"description": "The default jira project that is used by this owner space",
Expand Down

0 comments on commit bcbf97d

Please sign in to comment.