Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.29 KB

repositoryUpdateStatus_get.rst

File metadata and controls

56 lines (39 loc) · 1.29 KB

repositoryUpdateStatus_get

GET /orgs/{oid}/repositories/{rid}/updates/{uid}/status

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.fp3

Retrieves the status of a repository update.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

URI Parameters

  • uid (required): the id of the repositoryUpdate-object
  • oid (required): the id of the org-object
  • rid (required): the id of the repository-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/repositories/{rid}/updates/{uid}/status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • org-object
  • repository-object
  • repositoryUpdate-object
  • repositoryUpdate-create
  • repositoryUpdate-getAll
  • repository-create
  • repository-delete
  • repository-getAll
  • repository-update
  • status-object