Skip to content

Commit

Permalink
Merge pull request #797 from bcgov/feat/w3c
Browse files Browse the repository at this point in the history
feat: add raw_data field in credential serializer
  • Loading branch information
amanji authored Oct 22, 2024
2 parents 52b2675 + b0498b4 commit d99087b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/vcr-server/api/v4/serializers/rest/credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class Meta:
"revoked_by",
"attributes",
"names",
"raw_data",
)
read_only_fields = fields

Expand Down

0 comments on commit d99087b

Please sign in to comment.