Skip to content

Path is not set in Service responses #190

@pmalek

Description

@pmalek

Problem statement

Path is not set in Service responses:

request:
GET /v2/control-planes/abdfbdb9-97d1-4135-a48a-eb8628d170ae/core-entities/services/4f146353-008c-4f76-8115-4dd279f09e4f HTTP/1.1
Host: eu.api.konghq.tech
User-Agent: speakeasy-sdk/go 0.13.1 2.731.9 3.0.29 github.com/Kong/sdk-konnect-go
Accept: application/json
Authorization: Bearer kpat_XXXXXXXXXXXXXXXXXXXXX
Accept-Encoding: gzip



response:
HTTP/2.0 200 OK
Content-Length: 321
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: Date,x-datadog-trace-id,Konnect-Acting-As,Konnect-Feature-Set,x-intercom-identity-hash
Content-Security-Policy: default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests
Content-Type: application/json; charset=utf-8
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: same-origin
Date: Tue, 04 Nov 2025 10:38:08 GMT
Etag: W/"141-jsatu0drbyRG1AhDvitYSr99X7c"
Expect-Ct: max-age=0
Origin-Agent-Cluster: ?1
Ratelimit-Limit: 5000
Ratelimit-Remaining: 4997
Ratelimit-Reset: 53
Referrer-Policy: no-referrer
Strict-Transport-Security: max-age=15552000; includeSubDomains
Vary: Origin
Via: kong-enterprise-edition
X-B3-Sampled: 1
X-B3-Spanid: 35b360eed4aea600
X-B3-Traceid: 00000000000000009794b674fc8bb800
X-Content-Type-Options: nosniff
X-Datadog-Parent-Id: 3869543083728086500
X-Datadog-Trace-Id: 10922555609849771277
X-Dns-Prefetch-Control: off
X-Download-Options: noopen
X-Envoy-Upstream-Service-Time: 29
X-Frame-Options: SAMEORIGIN
X-Kong-Proxy-Latency: 2
X-Kong-Upstream-Latency: 30
X-Permitted-Cross-Domain-Policies: none
X-Ratelimit-Limit-Minute: 5000
X-Ratelimit-Remaining-Minute: 4997
X-Xss-Protection: 0

{
	"connect_timeout": 60000,
	"created_at": 1762252687,
	"enabled": true,
	"host": "example.com",
	"id": "4f146353-008c-4f76-8115-4dd279f09e4f",
	"name": "sdk-konnect-go-test-integration-TestServiceCreateGetDelete-4c6bb1eb116d51be",
	"port": 80,
	"protocol": "http",
	"read_timeout": 60000,
	"retries": 5,
	"updated_at": 1762252687,
	"write_timeout": 60000
}


request:
DELETE /v2/control-planes/abdfbdb9-97d1-4135-a48a-eb8628d170ae/core-entities/services/4f146353-008c-4f76-8115-4dd279f09e4f HTTP/1.1
Host: eu.api.konghq.tech
User-Agent: speakeasy-sdk/go 0.13.1 2.731.9 3.0.29 github.com/Kong/sdk-konnect-go
Accept: application/json
Authorization: Bearer kpat_XXXXXXXXXXXXXXXXXXXXX
Accept-Encoding: gzip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions