Merge pull request #9751 from tchak/departement-tags

feat(champs): expose more tags and api fields on rnf, address and commune
This commit is contained in:
Colin Darie 2023-12-21 08:45:01 +00:00 committed by GitHub
commit 29df9ad09d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 158 additions and 36 deletions

View file

@ -573,6 +573,12 @@ class API::V2::StoredQuery
rnf {
...RNFFragment
}
commune {
...CommuneFragment
}
departement {
...DepartementFragment
}
}
}