Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, please review my homework.
Added put support into the group posts. The PUT method is part of the /group/{groupId}/posts/{notId} path. Uses same schema as creating one in a POST:
![image](https://private-user-images.githubusercontent.com/44061648/325456893-44963d86-55fb-4119-8a1b-a7888f025603.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzA0MDQsIm5iZiI6MTczODk3MDEwNCwicGF0aCI6Ii80NDA2MTY0OC8zMjU0NTY4OTMtNDQ5NjNkODYtNTVmYi00MTE5LThhMWItYTc4ODhmMDI1NjAzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzMTUwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNlYmRiZmE1MjgwZWQ0NDU0ZmJkYWM4NWU1Y2MwOWU1MTkwYjg2NjM1NTdjOTg4YTM4NjM4ODAyNzNkMzUxZmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-8D78Wvyq_UyEHiNSyn_Hw0aP_EZqlNRlxantZgtrTs)
![image](https://private-user-images.githubusercontent.com/44061648/325456937-7d6f5634-c702-482a-a201-80d073fac810.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzA0MDQsIm5iZiI6MTczODk3MDEwNCwicGF0aCI6Ii80NDA2MTY0OC8zMjU0NTY5MzctN2Q2ZjU2MzQtYzcwMi00ODJhLWEyMDEtODBkMDczZmFjODEwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzMTUwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI5ZmM5MjhkZjkwNGY3NzJiMzIwODdlZWQxZmYyNmViYWZmZDAwZGFjYmU5OTAyNTZlYWQ0MzZlOWQ5YTdkY2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QyRVdUWmE25k46CxwI_6sGRPozHBzoU7C-WtUa_AULs)
Also changed a response to be more generic to encompass multiple methods in the post methods since they share the same Success.yaml.