Skip to content

Commit

Permalink
replace Payload with Response body
Browse files Browse the repository at this point in the history
น้อง feedback มาว่าแบบนี้จะไม่สับสนกับ request body ครับ
  • Loading branch information
raksit31667 committed May 11, 2024
1 parent 124d148 commit c36a1e0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/Backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand Down Expand Up @@ -234,7 +234,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand Down Expand Up @@ -278,7 +278,7 @@ Technical Requirements:
- Description: Creates a new transection so that can record the income or expense.
- Request Body:
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -295,7 +295,7 @@ Technical Requirements:
- Response:
- Status Code: 201 Created
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -315,7 +315,7 @@ Technical Requirements:
- Description: Updates an existing transection so that can edit the income or expense.
- Request Body:
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -332,7 +332,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -353,7 +353,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand Down Expand Up @@ -398,7 +398,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -416,7 +416,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -436,7 +436,7 @@ Technical Requirements:
- Response:
- Status Code: 200 OK
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -451,7 +451,7 @@ Technical Requirements:
- Description: Creates a new spender.
- Request Body:
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand All @@ -463,7 +463,7 @@ Technical Requirements:
- Response:
- Status Code: 201 Created
- Content Type: application/json
- Example Payload:
- Example Response Body:

```json
{
Expand Down

0 comments on commit c36a1e0

Please sign in to comment.