diff --git a/groupAPI.yaml b/groupAPI.yaml index e7421c6..2efbc92 100644 --- a/groupAPI.yaml +++ b/groupAPI.yaml @@ -85,7 +85,7 @@ schema: $ref: "#/definitions/error" delete: - summary: "delete a group" + summary: "グループの削除" description: "指定されたグループを削除" consumes: - "multipart/form-data" @@ -145,7 +145,7 @@ type: "string" - name: "token" in: "formData" - description: "端末が所持するトークン" + description: "追加する人の端末が所持するトークン" required: true type: "string" responses: @@ -230,7 +230,7 @@ format: "date" - name: "location" in: "formData" - description: "YahooローカルサーチAPIの業種コード" + description: "YahooローカルサーチAPIの業種コード(URL:https://developer.yahoo.co.jp/webapi/map/openlocalplatform/genre.html)" required: false type: "integer" format: "int64" @@ -306,7 +306,7 @@ format: "date" - name: "location" in: "formData" - description: "YahooローカルサーチAPIの業種コード" + description: "YahooローカルサーチAPIの業種コード(URL:https://developer.yahoo.co.jp/webapi/map/openlocalplatform/genre.html)" required: false type: "integer" format: "int64"