forked from Qortal/qortal
Hide transaction approvalStatus field from sample POST data in API documentation
This commit is contained in:
parent
211116160c
commit
0e9bbfe6fa
@ -70,7 +70,7 @@ public abstract class TransactionData {
|
||||
protected Integer blockHeight;
|
||||
|
||||
// Not always present
|
||||
@Schema(description = "group-approval status")
|
||||
@Schema(accessMode = AccessMode.READ_ONLY, description = "group-approval status")
|
||||
protected ApprovalStatus approvalStatus;
|
||||
|
||||
// Not always present
|
||||
|
Loading…
Reference in New Issue
Block a user