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