diff --git a/generator/templates/ApiTemplate.ts b/generator/templates/ApiTemplate.ts index cd3d5819..bd4ca121 100644 --- a/generator/templates/ApiTemplate.ts +++ b/generator/templates/ApiTemplate.ts @@ -4,7 +4,7 @@ export const title = '<%- tag %>' <% operations.forEach(function(operation){ %> -## <%- operation.summary %> <% if(operation.deprecated) { %> <% } %><% if(operation["x-cloud-only"]) { %> <% } %><% if(operation["x-experimental"]) { %> <% } %> {{ tag: '<%- operation.operation.toUpperCase() %>' , label: '<%- operation.path %>' }} +## <%- operation.summary %> <% if(operation.deprecated) { %> <% } %><% if(operation["x-cloud-only"]) { %> <% } %><% if(operation["x-experimental"]) { %> <% } %> {{ tag: '<%- operation.operation.toUpperCase() %>' , label: '<%- operation.path %>' }} diff --git a/src/pages/ipa/resources/events.mdx b/src/pages/ipa/resources/events.mdx index 0c9182e3..03147dc6 100644 --- a/src/pages/ipa/resources/events.mdx +++ b/src/pages/ipa/resources/events.mdx @@ -211,7 +211,7 @@ echo $response; --- -## List all Network Traffic Events {{ tag: 'GET' , label: '/api/events/network-traffic' }} +## List all Network Traffic Events {{ tag: 'GET' , label: '/api/events/network-traffic' }} diff --git a/src/pages/ipa/resources/ingress-ports.mdx b/src/pages/ipa/resources/ingress-ports.mdx index 3205bd46..e9c19ce5 100644 --- a/src/pages/ipa/resources/ingress-ports.mdx +++ b/src/pages/ipa/resources/ingress-ports.mdx @@ -2,7 +2,7 @@ export const title = 'Ingress Ports' -## List all Port Allocations {{ tag: 'GET' , label: '/api/peers/{peerId}/ingress/ports' }} +## List all Port Allocations {{ tag: 'GET' , label: '/api/peers/{peerId}/ingress/ports' }} @@ -226,7 +226,7 @@ echo $response; --- -## Create a Port Allocation {{ tag: 'POST' , label: '/api/peers/{peerId}/ingress/ports' }} +## Create a Port Allocation {{ tag: 'POST' , label: '/api/peers/{peerId}/ingress/ports' }} @@ -614,7 +614,7 @@ echo $response; --- -## Retrieve a Port Allocation {{ tag: 'GET' , label: '/api/peers/{peerId}/ingress/ports/{allocationId}' }} +## Retrieve a Port Allocation {{ tag: 'GET' , label: '/api/peers/{peerId}/ingress/ports/{allocationId}' }} @@ -830,7 +830,7 @@ echo $response; --- -## Update a Port Allocation {{ tag: 'PUT' , label: '/api/peers/{peerId}/ingress/ports/{allocationId}' }} +## Update a Port Allocation {{ tag: 'PUT' , label: '/api/peers/{peerId}/ingress/ports/{allocationId}' }} @@ -1222,7 +1222,7 @@ echo $response; --- -## Delete a Port Allocation {{ tag: 'DELETE' , label: '/api/peers/{peerId}/ingress/ports/{allocationId}' }} +## Delete a Port Allocation {{ tag: 'DELETE' , label: '/api/peers/{peerId}/ingress/ports/{allocationId}' }} @@ -1390,7 +1390,7 @@ echo $response; --- -## List all Ingress Peers {{ tag: 'GET' , label: '/api/ingress/peers' }} +## List all Ingress Peers {{ tag: 'GET' , label: '/api/ingress/peers' }} @@ -1590,7 +1590,7 @@ echo $response; --- -## Create a Ingress Peer {{ tag: 'POST' , label: '/api/ingress/peers' }} +## Create a Ingress Peer {{ tag: 'POST' , label: '/api/ingress/peers' }} @@ -1848,7 +1848,7 @@ echo $response; --- -## Retrieve a Ingress Peer {{ tag: 'GET' , label: '/api/ingress/peers/{ingressPeerId}' }} +## Retrieve a Ingress Peer {{ tag: 'GET' , label: '/api/ingress/peers/{ingressPeerId}' }} @@ -2052,7 +2052,7 @@ echo $response; --- -## Update a Ingress Peer {{ tag: 'PUT' , label: '/api/ingress/peers/{ingressPeerId}' }} +## Update a Ingress Peer {{ tag: 'PUT' , label: '/api/ingress/peers/{ingressPeerId}' }} @@ -2306,7 +2306,7 @@ echo $response; --- -## Delete a Ingress Peer {{ tag: 'DELETE' , label: '/api/ingress/peers/{ingressPeerId}' }} +## Delete a Ingress Peer {{ tag: 'DELETE' , label: '/api/ingress/peers/{ingressPeerId}' }}