mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Merge remote-tracking branch 'origin/master' into issue589_private_comments
This commit is contained in:
@@ -1139,7 +1139,7 @@ paths:
|
||||
200:
|
||||
description: "OK"
|
||||
400:
|
||||
description: "transition cannot be applyed"
|
||||
description: "transition cannot be applied"
|
||||
|
||||
/1.0/person/accompanying-course/{id}/confidential.json:
|
||||
post:
|
||||
@@ -1329,6 +1329,28 @@ paths:
|
||||
responses:
|
||||
200:
|
||||
description: "ok"
|
||||
post:
|
||||
tags:
|
||||
- household
|
||||
requestBody:
|
||||
description: "A household"
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Household"
|
||||
summary: Post a new household
|
||||
responses:
|
||||
401:
|
||||
description: "Unauthorized"
|
||||
404:
|
||||
description: "Not found"
|
||||
200:
|
||||
description: "OK"
|
||||
422:
|
||||
description: "Unprocessable entity (validation errors)"
|
||||
400:
|
||||
description: "transition cannot be applied"
|
||||
|
||||
/1.0/person/household/{id}.json:
|
||||
get:
|
||||
@@ -1509,7 +1531,7 @@ paths:
|
||||
422:
|
||||
description: "Unprocessable entity (validation errors)"
|
||||
400:
|
||||
description: "transition cannot be applyed"
|
||||
description: "transition cannot be applied"
|
||||
|
||||
/1.0/person/household/{id}/address.json:
|
||||
post:
|
||||
@@ -1545,7 +1567,7 @@ paths:
|
||||
422:
|
||||
description: "Unprocessable entity (validation errors)"
|
||||
400:
|
||||
description: "transition cannot be applyed"
|
||||
description: "transition cannot be applied"
|
||||
|
||||
/1.0/person/social/social-action.json:
|
||||
get:
|
||||
|
Reference in New Issue
Block a user