Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

/deliveryservices/sslkeys/generate docs are missing the deliveryservice parameter #3579

@limited

Description

@limited

Docs are incorrect for POST /deliveryservices/sslkeys/generate
https://traffic-control-cdn.readthedocs.io/en/latest/api/v4/deliveryservices_sslkeys_generate.html

They should include all parameters from

type DeliveryServiceSSLKeysReq struct {
CDN *string `json:"cdn,omitempty"`
DeliveryService *string `json:"deliveryservice,omitempty"`
BusinessUnit *string `json:"businessUnit,omitempty"`
City *string `json:"city,omitempty"`
Organization *string `json:"organization,omitempty"`
HostName *string `json:"hostname,omitempty"`
Country *string `json:"country,omitempty"`
State *string `json:"state,omitempty"`
// Key is the XMLID of the delivery service
Key *string `json:"key"`
Version *util.JSONIntStr `json:"version"`
Certificate *DeliveryServiceSSLKeysCertificate `json:"certificate,omitempty"`

Metadata

Metadata

Assignees

No one assigned

    Labels

    Traffic Opsrelated to Traffic Opsdocumentationrelated to documentationmedium impactimpacts a significant portion of a CDN, or has the potential to do sotech debtrework due to choosing easy/limited solution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions