Commit d3bacc4
committed
fix: close remaining gaps against the SIP Addresses spec doc
- context_id: document that it must reference an existing Domain in
the project (previously undocumented, matches the 422
invalid_parameter case in the source doc)
- user + context_id: document the domain+user uniqueness constraint
(previously undocumented value_not_unique case)
- user: add a no-whitespace/non-blank pattern, covering the documented
missing_required_parameter and format cases without attempting to
encode full SIP userinfo grammar
- context (response): fix "account" vs "project" default-Domain
wording inconsistency with context_id
- interface doc: note that SIP addresses are scoped to the caller's
project (cross-project or non-SIP IDs return 404)1 parent dbb0c03 commit d3bacc4
4 files changed
Lines changed: 17 additions & 10 deletions
File tree
- fern/apis/signalwire-rest
- specs/signalwire-rest/fabric-api/sip-addresses
- models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42267 | 42267 | | |
42268 | 42268 | | |
42269 | 42269 | | |
42270 | | - | |
| 42270 | + | |
42271 | 42271 | | |
42272 | 42272 | | |
42273 | 42273 | | |
| |||
42362 | 42362 | | |
42363 | 42363 | | |
42364 | 42364 | | |
42365 | | - | |
| 42365 | + | |
| 42366 | + | |
42366 | 42367 | | |
42367 | 42368 | | |
42368 | 42369 | | |
42369 | 42370 | | |
42370 | 42371 | | |
42371 | 42372 | | |
42372 | | - | |
| 42373 | + | |
42373 | 42374 | | |
42374 | 42375 | | |
42375 | 42376 | | |
| |||
42548 | 42549 | | |
42549 | 42550 | | |
42550 | 42551 | | |
42551 | | - | |
| 42552 | + | |
| 42553 | + | |
42552 | 42554 | | |
42553 | 42555 | | |
42554 | 42556 | | |
42555 | 42557 | | |
42556 | 42558 | | |
42557 | | - | |
| 42559 | + | |
42558 | 42560 | | |
42559 | 42561 | | |
42560 | 42562 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments