Sha256: fe81ccf9c91e76504b84ddbc828a835ee302fbd18cc1ecd3ff92e89eb51f8236
Contents?: true
Size: 319 Bytes
Versions: 11
Compression:
Stored size: 319 Bytes
Contents
mutation UpdateOvalPolicy($id: ID!, $name: String, $description: String, $cronLine: String) { updateOvalPolicy(input:{ id:$id, name:$name, description: $description, cronLine: $cronLine }) { ovalPolicy { id name description cronLine } errors { path message } } }
Version data entries
11 entries across 11 versions & 1 rubygems