From bf0702e929ebd87b32daa11379405e0f62e7fe74 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Tue, 26 Apr 2022 21:50:32 +0700 Subject: [PATCH] chore: update openapi --- openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 46edd69..adaf371 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -406,7 +406,7 @@ paths: schema: type: object properties: - phone_number: + phone: type: integer example: '6289685024091' message: @@ -460,7 +460,7 @@ paths: type: object example: code: 400 - message: 'phone_number: cannot be blank.' + message: 'phone: cannot be blank.' results: null '500': description: Internal Server Error @@ -496,7 +496,7 @@ paths: schema: type: object properties: - phone_number: + phone: type: integer example: '6289685024091' caption: @@ -556,7 +556,7 @@ paths: type: object example: code: 400 - message: 'phone_number: cannot be blank.' + message: 'phone: cannot be blank.' results: null '500': description: Internal Server Error @@ -592,7 +592,7 @@ paths: schema: type: object properties: - phone_number: + phone: type: integer example: '6289685024091' caption: @@ -652,7 +652,7 @@ paths: type: object example: code: 400 - message: 'phone_number: cannot be blank.' + message: 'phone: cannot be blank.' results: null '500': description: Internal Server Error