Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.2 KB

repositoryUpdate_getAll.rst

File metadata and controls

55 lines (38 loc) · 1.2 KB

repositoryUpdate_getAll

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

Summary

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

Returns all the updates for a repository.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

URI Parameters

  • 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" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • org-object
  • repository-object
  • repositoryUpdate-object
  • repositoryUpdateStatus-get
  • repositoryUpdate-create
  • repository-create
  • repository-delete
  • repository-getAll
  • repository-update
  • status-object