Skip to content

Commit

Permalink
fix: add missing id to feature
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Oct 2, 2024
1 parent ed8eac6 commit cffb147
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/spec/src/entitlements/feature.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,11 @@ model Feature {
...ResourceTimestamps;
...Archiveable;
...FeatureCreateInputs;

/**
* The unique entitlement ULID that the grant is associated with.
*/
@example("01ARZ3NDEKTSV4RRFFQ69G5FAV")
@visibility("read")
id: ULID;
}

0 comments on commit cffb147

Please sign in to comment.