diff --git a/api-docs/spec.openapi.yml b/api-docs/spec.openapi.yml index 0454c5bff..8b2a16916 100644 --- a/api-docs/spec.openapi.yml +++ b/api-docs/spec.openapi.yml @@ -908,6 +908,7 @@ components: ScaleServiceRequest: required: - serviceName + - namespace - replicas type: object properties: @@ -915,6 +916,10 @@ components: type: string description: Name of deployed function example: nodeinfo + namespace: + type: string + description: Namespace the function is deployed to. + example: openfaas-fn replicas: type: integer format: int64