You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we can just read the API, but what if we already have a website as data center, and we want to update gitConnected portfolio from there. it will be nice if we can send update by calling the API using POST/PUT method like this:
PUT https://gitconnected.com/v1/portfolio/johndoe/
right now we can just read the API, but what if we already have a website as data center, and we want to update gitConnected portfolio from there. it will be nice if we can send update by calling the API using POST/PUT method like this:
request body:
We might need authorization token in request header(which can be obtain on profile page):
Authorization: Bearer PJeBmgq0rKDZhzjcjHO...
The text was updated successfully, but these errors were encountered: