Skip to main content

CREATED

Constant CREATED 

Source
pub const CREATED: u16 = 201;
Expand description

What GitHub answers a successful registration with.

Named because 201 rather than 200 is a fact about this endpoint that a reader should not have to re-derive, and because RestJit::generate_jit_config says so in a log line when the answer is anything else. It is not a gate: a different success status is reported and then decoded anyway, because the body is what this module needs and a 200 would carry the same one.