Authorization: Bearer ********************
{
"name": "ngx-planet",
"full_name": "worktile/ngx-planet",
"description": "A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular",
"is_fork": false,
"is_private": false,
"owner_name": "terry",
"html_url": "https://github.com/worktile/ngx-planet",
"branches_url": "https://github.com/worktile/ngx-planet/tree/{branch}",
"commits_url": "https://github.com/worktile/ngx-planet/commit/{sha}",
"compare_url": "https://github.com/worktile/ngx-planet/compare/{base}...{head}",
"pulls_url": "https://github.com/worktile/ngx-planet/pull/{number}"
}
curl --location -g --request PATCH 'https://open.pingcode.com/v1/scm/products/{{scm_product_id}}/repositories/{{scm_product_repository_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "ngx-planet",
"full_name": "worktile/ngx-planet",
"description": "A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular",
"is_fork": false,
"is_private": false,
"owner_name": "terry",
"html_url": "https://github.com/worktile/ngx-planet",
"branches_url": "https://github.com/worktile/ngx-planet/tree/{branch}",
"commits_url": "https://github.com/worktile/ngx-planet/commit/{sha}",
"compare_url": "https://github.com/worktile/ngx-planet/compare/{base}...{head}",
"pulls_url": "https://github.com/worktile/ngx-planet/pull/{number}"
}'
{
"id": "564587fe700d43b81b080766",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765/repositories/564587fe700d43b81b080766",
"product": {
"id": "564587fe700d43b81b080765",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765",
"name": "Github",
"type": "github"
},
"name": "ngx-planet",
"full_name": "worktile/ngx-planet",
"created_at": 1403018919,
"owner": {
"id": "5666aea91f99e33cb7c44964",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765/users/5666aea91f99e33cb7c44964",
"name": "terry"
},
"is_fork": false,
"is_private": false,
"description": "A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular",
"html_url": "https://github.com/worktile/ngx-planet",
"branches_url": "https://github.com/worktile/ngx-planet/tree/{branch}",
"commits_url": "https://github.com/worktile/ngx-planet/commit/{sha}",
"compare_url": "https://github.com/worktile/ngx-planet/compare/{base}...{head}",
"pulls_url": "https://github.com/worktile/ngx-planet/pull/{number}"
}