Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfischer committed Mar 25, 2024
1 parent 293e786 commit bb9860e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions fern/definition/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ service:
- name: Example0
request:
- metadata:
key1: value1
key2: value2
State: NY
Job Role: CEO
userEmail: ravin@credal.ai
- metadata:
key1: value1
key3: value3
State: NY
Department: Engineering
userEmail: jack@credal.ai
# response:
# body:
Expand All @@ -42,4 +42,6 @@ types:
UserMetadataPatch:
properties:
userEmail: string
metadata: unknown
metadata:
type: unknown
docs: Key-value object of metadata for user.

0 comments on commit bb9860e

Please sign in to comment.