Update Repo Details

Update Repo Details

Api to update the repo details

Request
URI
PUT
https://{api_host}/tca/caas/api/v1/orgs/{orgId}/repodetails/{id}
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant

string
id
Required

id


Request Body

update repo detail

repoDetail of type(s) application/json
Required
{
    "id": "string",
    "name": "string",
    "kernel": "string",
    "repoPath": "string",
    "repoFqdn": "string",
    "artifactName": "string",
    "artifactVersion": "string"
}
string
id
Optional

id

string
name
Required

name

string
kernel
Required

kernel

string
repoPath
Required

repoPath

string
repoFqdn
Required

repoFqdn

string
artifactName
Required

artifactName

string
artifactVersion
Required

artifactVersion

Authentication
This operation uses the following authentication methods.
Responses
200

Successfully updated repo detail

Returns repoDetail of type(s) application/json
{
    "id": "string",
    "name": "string",
    "kernel": "string",
    "repoPath": "string",
    "repoFqdn": "string",
    "artifactName": "string",
    "artifactVersion": "string"
}
string
id
Optional

id

string
name
Required

name

string
kernel
Required

kernel

string
repoPath
Required

repoPath

string
repoFqdn
Required

repoFqdn

string
artifactName
Required

artifactName

string
artifactVersion
Required

artifactVersion


400
Returns BadRequest of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors