Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion connection-coordinator/docs/Protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ the customer out of band to the partner provider. The remote provider
* The desired bandwidth is in fact still available
* That the listed account identifier in the **ActivationKey** is the same as
the authenticated entity (or that the authenticated entity has the
necessary permissions to act on behalf of that account identfiier).
necessary permissions to act on behalf of that account identifier).

After those checks are done on the remote provider, they call the
**ConfirmActivationKey API** to ask the original provider if this activation
Expand Down
2 changes: 1 addition & 1 deletion connection-coordinator/schemas/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Connection:
description: |-
When set to true during a CreateConnection request, this indicates that
the caller is deferring active provisioning responsibilities to the
receiver. Note, the receiver may refuse to accept the provisioning responsiblity
receiver. Note, the receiver may refuse to accept the provisioning responsibility
and reject the request with a 400 error code.
type: boolean
sourceData:
Expand Down