REST API for Oracle Identity Governance Self Service

Updates certification tasks

put

/iam/governance/selfservice/api/v1/certifications/{certid}/tasks

Updates the certification tasks.

Request

Supported Media Types
  • application/json
Path Parameters
Body (
  1. PutCertificationsTasksRequest
)
certifications inputs
Root Schema : PutCertificationsTasksRequest
Type: object
Show Source
  • tasks(optional): array tasks
Nested Schema : tasks
Type: array
Show Source
Nested Schema : PutCertificationsTasksRequestEntity
Type: object
Show Source
  • action(optional): string
  • fields(optional): array fields
  • id(optional): string
Nested Schema : fields
Type: array
Show Source
Nested Schema : PutCertificationsTasksByTaskIdRequestField
Type: object
Show Source
  • field(optional): string
Back to Top

Response

Supported Media Types
  • application/json

201 Response

Successful
Headers
Body (
  1. PutCertificationsTasksResponse
)
Root Schema : PutCertificationsTasksResponse
Type: object
Show Source
  • tasks(optional): array tasks
Nested Schema : tasks
Type: array
Show Source
Nested Schema : PutCertificationsTasksByTaskIdResponse
Type: object
Show Source
  • action(optional): string
  • fields(optional): array fields
  • id(optional): string
  • links(optional): array links
  • status(optional): string
Nested Schema : fields
Type: array
Show Source
Nested Schema : PutCertificationsTasksByTaskIdResponseField
Type: object
Show Source
  • field(optional): string
Nested Schema : LinkDataInstances
Type: object
Show Source
  • href(optional): string
  • rel(optional): string

401 Response

Unauthorized

404 Response

Entity not found

500 Response

Internal Server Error

Default Response

Unexpected error
Back to Top