Add scopes to many org admin methods and remove the internal_only on ones we can now expose
This commit is contained in:
parent
53fb7f4136
commit
4fd249589d
6 changed files with 39 additions and 19 deletions
|
@ -145,7 +145,6 @@ class BuildTriggerSubdirs(RepositoryParamResource):
|
|||
@resource('/v1/repository/<repopath:repository>/trigger/<trigger_uuid>/activate')
|
||||
@path_param('repository', 'The full path of the repository. e.g. namespace/name')
|
||||
@path_param('trigger_uuid', 'The UUID of the build trigger')
|
||||
@internal_only
|
||||
class BuildTriggerActivate(RepositoryParamResource):
|
||||
""" Custom verb for activating a build trigger once all required information has been collected.
|
||||
"""
|
||||
|
|
Reference in a new issue