4.29. Editor - Create an additional temporary address for an existing site
| Id | 4.29. |
| Description |
As an Editor,
I want to be able to add a missing address to an existing site,
So that I can find the site independently of the address used to search it. |
| Priority | Medium |
| Actors | Editor |
| API Calls | POST /sites/<site-id>/addresses |
| Linked Processes | 7.3. Create missing address for existing site or block process |
| Status | Implemented |
Preconditions
- The User must be authenticated and have the Editor role.
- The User has the site id to which he wants to add an address
- The User has all the required address information
Postconditions
- The requested address is created with a flag (validated = false) indicating that the address is not validated and is temporary.
- The created address is linked to the given site
- The requested address is returned to the user.
Main flow
See linked process
Exceptions
See linked process