Updating AEP Schema field descriptions using API | Community
Skip to main content
March 15, 2022
Solved

Updating AEP Schema field descriptions using API

  • March 15, 2022
  • 2 replies
  • 2399 views

Hi All,

 

Hope you all are doing good.

 

Currently I am working schema registry API to update Custom AEP filed descriptions. I noted down all description in one excel, and need to update in AEP. I am looking for an

  • easy method to find JSON path each  field, so I can easily  call the patch APIs.
  • is there any way to update multiple filed group in one single request.

Hope the questions are clear. Let me know if you need more clarification.

Thanks in advance.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by deepakkv

I found the solution myself. 

First  taken the entire structure of all schema using API. Then extracted the JSON path programmatically.

 

2 replies

Kishore_Reddy
Community Advisor
Community Advisor
March 15, 2022

Hey @deepakkv 

 

Looking at the JSON code provided by Adobe (in this GitHub repository), I could see that updating multiple field groups is not possible, screenshot below:

 

However, please try Update a custom schema if all or most of your field groups are in one schema.

 

 

Thanks,

Kishore

 

deepakkvAuthor
March 24, 2022

@kishore_reddy  Thanks for your reply. I think this  GitHub repository contains only the Postman collections ( Correct me if I am wrong ). basically I am looking for easy way extract path for each filed that I need to place in patch request on schema filed group end point 

 

 

Updating schema won't work in my case, as there is no schema is available with most of the filed group.

NimashaJain
Adobe Employee
Adobe Employee
April 4, 2022

Hi @deepakkv 

 

Did you find resolution?

deepakkvAuthorAccepted solution
April 21, 2022

I found the solution myself. 

First  taken the entire structure of all schema using API. Then extracted the JSON path programmatically.