diff --git a/docs/docs.go b/docs/docs.go index 6c7db01..42ce637 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -895,7 +895,6 @@ const docTemplate = `{ "$ref": "#/definitions/gorm.DeletedAt" }, "events": { - "description": "TODO: add more user info for line login and line message API identity", "type": "array", "items": { "$ref": "#/definitions/bikefest_pkg_model.Event" @@ -907,6 +906,10 @@ const docTemplate = `{ "name": { "type": "string" }, + "picture_url": { + "description": "TODO: add more user info for line login and line message API identity", + "type": "string" + }, "updatedAt": { "type": "string" } diff --git a/docs/swagger.json b/docs/swagger.json index 4458522..fdab992 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -884,7 +884,6 @@ "$ref": "#/definitions/gorm.DeletedAt" }, "events": { - "description": "TODO: add more user info for line login and line message API identity", "type": "array", "items": { "$ref": "#/definitions/bikefest_pkg_model.Event" @@ -896,6 +895,10 @@ "name": { "type": "string" }, + "picture_url": { + "description": "TODO: add more user info for line login and line message API identity", + "type": "string" + }, "updatedAt": { "type": "string" } diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 3e46d4b..64420bb 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -85,8 +85,6 @@ definitions: deletedAt: $ref: '#/definitions/gorm.DeletedAt' events: - description: 'TODO: add more user info for line login and line message API - identity' items: $ref: '#/definitions/bikefest_pkg_model.Event' type: array @@ -94,6 +92,10 @@ definitions: type: string name: type: string + picture_url: + description: 'TODO: add more user info for line login and line message API + identity' + type: string updatedAt: type: string type: object