googleapis / nodejs-talent

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/solutions/talent-solution/
Apache License 2.0
24 stars 11 forks source link

Code sample for client.updateJob #391

Closed nwkeeley closed 2 years ago

nwkeeley commented 2 years ago

Hello,

Could we get a code sample for update Job call? I have tried modeling the client.updateJob call along the same lines as other calls but I am getting invalid project id. Not sure if this is a bug or if there is a different way to pass job details in this call.

Edit: Using v4 api

nwkeeley commented 2 years ago

Edit - Figured it out

I was passing job.name but it was formatted incorrectly and was getting back that invalid project id - little misleading error but its working now as expected