1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-27 09:19:39 +02:00

docs(api): document Edge agent environment type

This commit is contained in:
Anthony Lapenna 2019-08-30 09:30:30 +12:00
parent c34e83cafd
commit a90fa857ee

View file

@ -254,7 +254,7 @@ paths:
- name: "EndpointType" - name: "EndpointType"
in: "formData" in: "formData"
type: "integer" type: "integer"
description: "Environment type. Value must be one of: 1 (Docker environment), 2 (Agent environment) or 3 (Azure environment)" description: "Environment type. Value must be one of: 1 (Docker environment), 2 (Agent environment), 3 (Azure environment) or 4 (Edge agent environment)"
required: true required: true
- name: "URL" - name: "URL"
in: "formData" in: "formData"