Skip to content

Commit c2be578

Browse files
Update operation IDs for partner attachment endpoints (#1001)
1 parent 562000e commit c2be578

10 files changed

Lines changed: 24 additions & 24 deletions

specification/resources/partner_network_connect/partner_attachment_bgp_auth_key_get.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_get_bgp_auth_key
1+
operationId: partnerAttachments_get_bgp_auth_key
22

33
summary: Get current BGP auth key for the partner attachment
44

55
description: |
6-
To get the current BGP auth key for a partner attachment, send a `GET` request to
6+
To get the current BGP auth key for a partner attachment, send a `GET` request to
77
`/v2/partner_network_connect/attachments/{pa_id}/bgp_auth_key`.
88
99
tags:
@@ -41,4 +41,4 @@ x-codeSamples:
4141
4242
security:
4343
- bearer_auth:
44-
- partner_network_connect:read
44+
- partner_network_connect:read

specification/resources/partner_network_connect/partner_attachment_create.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_create
1+
operationId: partnerAttachments_create
22

33
summary: Create a new partner attachment
44

55
description: |
6-
To create a new partner attachment, send a `POST` request to
6+
To create a new partner attachment, send a `POST` request to
77
`/v2/partner_network_connect/attachments` with a JSON object containing the
88
required configuration details.
99
@@ -25,7 +25,7 @@ responses:
2525

2626
'404':
2727
$ref: '../../shared/responses/not_found.yml'
28-
28+
2929
'422':
3030
$ref: '../../shared/responses/unprocessable_entity.yml'
3131

specification/resources/partner_network_connect/partner_attachment_delete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_delete
1+
operationId: partnerAttachments_delete
22

33
summary: Delete an existing partner attachment
44

55
description: |
6-
To delete an existing partner attachment, send a `DELETE` request to
6+
To delete an existing partner attachment, send a `DELETE` request to
77
`/v2/partner_network_connect/attachments/{pa_id}`.
88
99
tags:

specification/resources/partner_network_connect/partner_attachment_get.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_get
1+
operationId: partnerAttachments_get
22

33
summary: Retrieve an existing partner attachment
44

55
description: |
6-
To get the details of a partner attachment, send a `GET` request to
6+
To get the details of a partner attachment, send a `GET` request to
77
`/v2/partner_network_connect/attachments/{pa_id}`.
88
99
tags:

specification/resources/partner_network_connect/partner_attachment_list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: attachments_list
1+
operationId: partnerAttachments_list
22

33
summary: List all partner attachments
44

@@ -34,4 +34,4 @@ responses:
3434

3535
security:
3636
- bearer_auth:
37-
- partner_network_connect:read
37+
- partner_network_connect:read

specification/resources/partner_network_connect/partner_attachment_remote_routes_list.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_list_remote_routes
1+
operationId: partnerAttachments_list_remote_routes
22

33
summary: List remote routes for a partner attachment
44

55
description: |
6-
To list all remote routes associated with a partner attachment, send a `GET` request to
6+
To list all remote routes associated with a partner attachment, send a `GET` request to
77
`/v2/partner_network_connect/attachments/{pa_id}/remote_routes`.
88
99
tags:
@@ -43,4 +43,4 @@ x-codeSamples:
4343
4444
security:
4545
- bearer_auth:
46-
- partner_network_connect:read
46+
- partner_network_connect:read

specification/resources/partner_network_connect/partner_attachment_remote_routes_update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_update_remote_routes
1+
operationId: partnerAttachments_update_remote_routes
22

33
summary: Set remote routes for a partner attachment
44

55
description: |
6-
To set remote routes for a partner attachment, send a `PUT` request to
6+
To set remote routes for a partner attachment, send a `PUT` request to
77
`/v2/partner_network_connect/attachments/{pa_id}/remote_routes` with a JSON object
88
containing the remote routes to be set.
99
@@ -50,4 +50,4 @@ responses:
5050

5151
security:
5252
- bearer_auth:
53-
- partner_network_connect:read
53+
- partner_network_connect:read

specification/resources/partner_network_connect/partner_attachment_service_key_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: attachments_create_service_key
1+
operationId: partnerAttachments_create_service_key
22

33
summary: Regenerate the service key for the partner attachment
44

specification/resources/partner_network_connect/partner_attachment_service_key_get.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_get_service_key
1+
operationId: partnerAttachments_get_service_key
22

33
summary: Get the current service key for the partner attachment
44

55
description: |
6-
To get the current service key for a partner attachment, send a `GET` request to
6+
To get the current service key for a partner attachment, send a `GET` request to
77
`/v2/partner_network_connect/attachments/{pa_id}/service_key`.
88
99
tags:
@@ -41,4 +41,4 @@ x-codeSamples:
4141
4242
security:
4343
- bearer_auth:
44-
- partner_network_connect:read
44+
- partner_network_connect:read

specification/resources/partner_network_connect/partner_attachment_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
operationId: attachments_patch
1+
operationId: partnerAttachments_patch
22

33
summary: Update an existing partner attachment
44

55
description: |
6-
To update an existing partner attachment, send a `PATCH` request to
6+
To update an existing partner attachment, send a `PATCH` request to
77
`/v2/partner_network_connect/attachments/{pa_id}` with a JSON object containing the
88
fields to be updated.
99

0 commit comments

Comments
 (0)