upload

Repo artifact upload

Securityx-api-key
Request
path Parameters
repo_identifier
required
string
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity..

orgIdentifier
string

Organization Identifier for the Entity..

projectIdentifier
string

Project Identifier for the Entity..

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/code/api/v1/repos/{repo_identifier}/uploads
Request samples
Response samples
application/json
{
  • "file_path": "string"
}

Repo artifact download

Securityx-api-key
Request
path Parameters
repo_identifier
required
string
file_ref
required
string
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity..

orgIdentifier
string

Organization Identifier for the Entity..

projectIdentifier
string

Project Identifier for the Entity..

Responses
307

Temporary Redirect

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/code/api/v1/repos/{repo_identifier}/uploads/{file_ref}
Request samples
Response samples
application/json
{
  • "message": "string",
  • "values": {
    }
}