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
- The User must be authenticated and have the Editor role.
- The User has the block 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 block
- The requested address is returned to the user.
Main flow
See linked process
Exceptions
See linked process