ApiProfiles
Update a profile
PATCH
/v1/profiles/{id}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
Profile ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://api.postpeer.dev/v1/profiles/string" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"profile": {
"id": "string",
"name": "string",
"description": "string",
"integrationCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}{
"error": "string"
}{
"error": "string"
}