Create a role-profile contributor relationship​
Create a role-profile contributor relationship
- application/json
Request Body required
role_profile object
role_id uuidThe role id
profile_id uuidThe profile id
Responses
- 200
- 405
Expected response to a valid request
- application/json
- Schema
- Example (from schema)
Schema
role_profile object
id uuidThe id
uid stringPossible values:
>= 32 characters
and<= 32 characters
The uid
role_id uuidThe role id
profile_id uuidThe profile id
{
"role_profile": {
"id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"uid": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"role_id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"profile_id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e"
}
}
Invalid input
Loading...