Files
api-specs/nerm/schemas/PATCH/UserProfile.yaml
2023-05-12 15:35:08 -04:00

14 lines
252 B
YAML

type: object
properties:
user_id:
type: string
format: uuid
profile_id:
type: string
format: uuid
ne_attribute_id:
type: string
format: uuid
relationship_type:
type: string
enum: [owner, contributor]