@@ -123,7 +123,7 @@ func ListPublicMembers(ctx *context.APIContext) {
123123// IsMember check if a user is a member of an organization
124124func IsMember (ctx * context.APIContext ) {
125125 // swagger:operation GET /orgs/{org}/members/{username} organization orgIsMember
126- // ---
126+ // ---
127127 // summary: Check if a user is a member of an organization
128128 // parameters:
129129 // - name: org
@@ -133,7 +133,7 @@ func IsMember(ctx *context.APIContext) {
133133 // required: true
134134 // - name: username
135135 // in: path
136- // description: username of the user
136+ // description: username of the user to check for an organization membership
137137 // type: string
138138 // required: true
139139 // responses:
@@ -186,7 +186,7 @@ func IsPublicMember(ctx *context.APIContext) {
186186 // required: true
187187 // - name: username
188188 // in: path
189- // description: username of the user
189+ // description: username of the user to check for a public organization membership
190190 // type: string
191191 // required: true
192192 // responses:
@@ -240,7 +240,7 @@ func PublicizeMember(ctx *context.APIContext) {
240240 // required: true
241241 // - name: username
242242 // in: path
243- // description: username of the user
243+ // description: username of the user whose membership is to be publicized
244244 // type: string
245245 // required: true
246246 // responses:
@@ -282,7 +282,7 @@ func ConcealMember(ctx *context.APIContext) {
282282 // required: true
283283 // - name: username
284284 // in: path
285- // description: username of the user
285+ // description: username of the user whose membership is to be concealed
286286 // type: string
287287 // required: true
288288 // responses:
@@ -324,7 +324,7 @@ func DeleteMember(ctx *context.APIContext) {
324324 // required: true
325325 // - name: username
326326 // in: path
327- // description: username of the user
327+ // description: username of the user to remove from the organization
328328 // type: string
329329 // required: true
330330 // responses:
0 commit comments