Skip to main content

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
Status Implemented

Preconditions

  1. The User must be authenticated and have the Editor role.
  2. The User has the site id to which he wants to add an address
  3. The User has all the required address information

Postconditions

  1. The requested address is created with a flag (validated = false) indicating that the address is not validated and is temporary.
  2. The created address is linked to the given site
  3. The requested address is returned to the user.

Main flow

See linked process

Exceptions

See linked process