Valyourise Logo

ValYouRise

DevelopmentApi

Create or update workspace skill profile

Creates or updates a member skill profile for the target workspace user.

PUT
/api/workspaces/{workspaceId}/skills/{userId}

Creates or updates a member skill profile for the target workspace user.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string
userId*string

Request Body

application/json

can?array<string>
should?array<string>
want?array<string>
constraints?array<string>
[key: string]?never

Response Body

application/json

curl -X PUT "https://loading/api/workspaces/string/skills/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "$id": "string",
  "organizationId": "string",
  "workspaceId": "string",
  "userId": "string",
  "canJson": "string",
  "shouldJson": "string",
  "wantJson": "string",
  "constraintsJson": "string",
  "updatedByUserId": "string",
  "payload": {
    "can": [
      "string"
    ],
    "should": [
      "string"
    ],
    "want": [
      "string"
    ],
    "constraints": [
      "string"
    ]
  }
}
Empty
Empty