Docker image tag request

Request of tag platform docker image

Endpoint

PUT /api/platform/docker/image/tag/

Auth

Authorization: Bearer ${token}

Body

Content-Type: application/json
Json
{
    "context": "",
    "identity": "",
    "tag": ""
}

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    }
]

Notes

  • Platform Permission Required