reposCustomPropertiesForReposCreateOrUpdateRepositoryValues
Create or update custom property values for a repository
PATCH /repos/{owner}/{repo}/properties/values HTTP/1.1Parameters
{
"owner": {
"description": "The account owner of the repository. The name is not case sensitive.",
"required": true,
"location": "path",
"type": "string"
},
"repo": {
"description": "The name of the repository without the `.git` extension. The name is not case sensitive.",
"required": true,
"location": "path",
"type": "string"
},
"properties": {
"description": "A list of custom property names and associated values to apply to the repositories.",
"required": true,
"location": "body",
"type": "array"
}
}