MCPcopy Create free account
hub / github.com/apache/devlake / PutScopes

Function PutScopes

backend/plugins/bamboo/api/scope_api.go:41–43  ·  view source on GitHub ↗

PutScopes create or update bamboo plan @Summary create or update bamboo plan @Description Create or update bamboo plan @Tags plugins/bamboo @Accept application/json @Param connectionId path int true "connection ID" @Param scope body PutScopesReqBody true "json" @Success 200 {object} []models.Bamboo

(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

39// @Failure 500 {object} shared.ApiBody "Internal Error"
40// @Router /plugins/bamboo/connections/{connectionId}/scopes [PUT]
41func PutScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
42 return dsHelper.ScopeApi.PutMultiple(input)
43}
44
45// PatchScope patch to bamboo plan
46// @Summary patch to bamboo plan

Callers

nothing calls this directly

Calls 1

PutMultipleMethod · 0.80

Tested by

no test coverage detected