Skip to content

Commit

Permalink
refactor: resourceOperation -> contentOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Nov 25, 2024
1 parent a71e151 commit cd360ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ components:
DID URL update operation.
type: string
example: /resources/123
resourceOperation:
contentOperation:
description: This input field indicates which update operation(s) should be
applied to a DID URL’s associated resource. See <a href="https://identity.foundation/did-registration/#diddocumentoperation">https://identity.foundation/did-registration/#resourceoperation</a>.
applied to the content of a DID URL’s associated resource. See <a href="https://identity.foundation/did-registration/#diddocumentoperation">https://identity.foundation/did-registration/#resourceoperation</a>.
type: array
items:
type: string
Expand Down

0 comments on commit cd360ef

Please sign in to comment.