Given I am
authenticated as customer
K0002
and
there is a Phone Book
with
- id: 100
- number: +49 (66) 1234-555
- name: Phone Book
And there is no Phone Book's visibility with extension
404
When I send
/api/customers/K0002/phone-books/100/visibilities/404
Then I should receive
HTTP/1.1 404 Not Found
{
"detail": "Phone Book's visibility member with extension 404 has not been found",
"title": "Phone Book's visibility member not found",
"described_by": "http://api.nfon.net/probs/phone-book-visibility-member-not-found"
}