mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
add address suggestion by household
This commit is contained in:
@@ -384,6 +384,34 @@ paths:
|
||||
200:
|
||||
description: "OK"
|
||||
|
||||
/1.0/person/address/suggest/by-household/{id}.json:
|
||||
get:
|
||||
tags:
|
||||
- address
|
||||
summary: get a list of suggested address for a household
|
||||
description: >
|
||||
The address are computed from various source. Currently:
|
||||
|
||||
- the address of course to which the members is participating
|
||||
|
||||
The current household address is always ignored.
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
required: true
|
||||
description: The household id
|
||||
schema:
|
||||
type: integer
|
||||
format: integer
|
||||
minimum: 1
|
||||
responses:
|
||||
401:
|
||||
description: "Unauthorized"
|
||||
404:
|
||||
description: "Not found"
|
||||
200:
|
||||
description: "OK"
|
||||
|
||||
/1.0/person/accompanying-course/{id}.json:
|
||||
get:
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user