jmprathab / MyHome

A Java application which helps people to manage their apartment.
Apache License 2.0
93 stars 107 forks source link

Issue #232 : Moved endpoints related to houses from Communities tag to Houses tag in api.yaml #269

Open Murad013 opened 2 years ago

Murad013 commented 2 years ago

Issue #232 : Moved endpoints related to houses from Communities tag to Houses tag in api.yaml

๐Ÿš€ Description

Moved GET POST and DELETE endpoints related to houses from communities tag to houses tag to display on swagger.

๐Ÿ“„ Motivation and Context

This change is required for the organization of the API endpoints as it's misleading to have these endpoints in the Communities tag. Moving them to Houses solves this organization issue.

๐Ÿงช How Has This Been Tested?

๐Ÿ“ท Screenshots (if appropriate)

CommunitiesToHouses

๐Ÿ“ฆ Types of changes

โœ… Checklist

mslowiak commented 2 years ago

@Murad013 I don't get it why there are so many files changed

Murad013 commented 2 years ago

I apologize I may have misunderstood the objective here ๐Ÿ˜…. I changed the tags in the api.yaml file and hit the "generate code" function, that's why there are so many changes. Which I now see is definitely not what was needed. I'll have another go at it!