Skip to main content

4.30. Editor - Create an additional temporary address for an existing block

Id 4.30.
Description

As an Editor,

 

I want to be able to add a missing address to an existing block,

 

So that I can find the block or site independently of the address used to search it.

Priority Medium
Actors Editor
API Calls POST /blocks/<block-id>/addresses
Linked Processes

7.3. Create missing address for existing site or block process

Status Implemented

Preconditions

  1. The User must be authenticated and have the Editor role.
  2. The User has the block 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 block
  3. The requested address is returned to the user.

Main flow

See linked process

Exceptions

See linked process