Skip to content

Commit

Permalink
removed ruby example refs
Browse files Browse the repository at this point in the history
  • Loading branch information
imaskm committed Nov 28, 2024
1 parent a4b7a7d commit 64a6ad5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ responses:
x-codeSamples:
- $ref: 'examples/curl/post_reserved_ipv6_action.yml'
- $ref: 'examples/go/post_reserved_ipv6_action.yml'
- $ref: 'examples/ruby/post_reserved_ipv6_action.yml'
- $ref: 'examples/python/post_reserved_ipv6_action.yml'

security:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ responses:
x-codeSamples:
- $ref: 'examples/curl/create_reserved_ipv6.yml'
- $ref: 'examples/go/create_reserved_ipv6.yml'
- $ref: 'examples/ruby/create_reserved_ipv6.yml'
- $ref: 'examples/python/create_reserved_ipv6.yml'

security:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ responses:
x-codeSamples:
- $ref: 'examples/curl/delete_reserved_ipv6.yml'
- $ref: 'examples/go/delete_reserved_ipv6.yml'
- $ref: 'examples/ruby/delete_reserved_ipv6.yml'
- $ref: 'examples/python/delete_reserved_ipv6.yml'

security:
Expand Down
1 change: 0 additions & 1 deletion specification/resources/reserved_ipv6/reservedIPv6_get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ responses:
x-codeSamples:
- $ref: 'examples/curl/get_reserved_ipv6.yml'
- $ref: 'examples/go/get_reserved_ipv6.yml'
- $ref: 'examples/ruby/get_reserved_ipv6.yml'
- $ref: 'examples/python/get_reserved_ipv6.yml'

security:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ responses:
x-codeSamples:
- $ref: 'examples/curl/list_reserved_ipv6s.yml'
- $ref: 'examples/go/list_reserved_ipv6s.yml'
- $ref: 'examples/ruby/list_reserved_ipv6s.yml'
- $ref: 'examples/python/list_reserved_ipv6s.yml'

security:
Expand Down

0 comments on commit 64a6ad5

Please sign in to comment.