Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. IDMC REST API
  3. REST API resource quick references
  4. Platform REST API version 2 resources
  5. Platform REST API version 3 resources
  6. Data Integration REST API
  7. Cloud Data Integration for PowerCenter (CDI-PC) REST API
  8. Data Ingestion and Replication REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes

REST API Reference

REST API Reference

Updating a project

Updating a project

You can change a project's name or description if you have update permission for the project.

PATCH request

To update a project, send a PATCH request using one of the following URIs:
/public/core/v3/projects/<project ID>
/public/core/v3/projects/name/<project name>
Include the following information:
Field
Type
Required
Description
name
String
-
Name of the project.
description
String
-
Description of the project.

PATCH response

Returns a success code if successful or an error object if errors occur.

PATCH example

To update a project, you might send a request similar to the following example:
PATCH <baseApiUrl>/public/core/v3/projects/kTKQG4Kv3uhgQleaOoUbWu Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "name":"Requests", "description": "Orders from all regions" }

0 COMMENTS

We’d like to hear from you!