mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-05 09:17:51 +00:00
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;
|
protected Integer blockHeight;
|
||||||
|
|
||||||
// Not always present
|
// Not always present
|
||||||
@Schema(description = "group-approval status")
|
@Schema(accessMode = AccessMode.READ_ONLY, description = "group-approval status")
|
||||||
protected ApprovalStatus approvalStatus;
|
protected ApprovalStatus approvalStatus;
|
||||||
|
|
||||||
// Not always present
|
// Not always present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user