Hi Team, I have a little question how can i edit ...
# getting-started
b
Hi Team, I have a little question how can i edit Team in the Edit Profile Through Rest.li API? I found this but i cannot find how to edit team here
curl '<http://localhost:8080/entities?action=ingest>' -X POST --data '{
"entity": {
"value": {
"com.linkedin.metadata.snapshot.CorpUserSnapshot": {
"urn": "urn:li:corpuser:aseem.bansal",
"aspects": [{
"com.linkedin.identity.CorpUserInfo": {
"active": true,
"displayName": "Aseem Bansal",
"email": "<mailto:aseem+example@acryl.io|aseem+example@acryl.io>",
"title": "Software Engineer",
"fullName": "Aseem Bansal"
}
}]
}
}
}
}'
b
must you use Restli/CURL? can the python sdk work for you?
b
i must use Restli/CURL now….
b
i think that if you can form the python equivalent, you can generate the CURL command since there is a portion here that talks about converting it to curl: https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/emitter/rest_emitter.py
b
ok that’s nice . Thanks for help!